Decimal Hours to HH:MM:SS Converter

Convert decimal hours (e.g., 2.75) into hours, minutes, and seconds format (2:45:00).

Enter a decimal value above

Formula

Hours = integer part of decimal
Minutes = (decimal part) × 60 (integer part)
Seconds = (remaining decimal) × 60

How to Convert Decimal Hours to HH:MM:SS

Take the integer part as hours. Multiply the fractional part by 60 to get minutes. Multiply any remaining fraction by 60 to get seconds.

Example: Convert 2.75 decimal hours
Hours = 2
Minutes = 0.75 × 60 = 45
Seconds = 0
Result: 2:45:00

Conversion Table

Decimal HoursHH:MM:SS
0.250:15:00
0.50:30:00
0.750:45:00
1.51:30:00
2.252:15:00
2.752:45:00
8.58:30:00
2424:00:00

Last updated: 2025