Table of Contents
ToggleOne degree (°) is equal to 60 minutes (‘) and equal to 3600 seconds (“):
1° = 60′ = 3600″
The integer degrees (d) are equal to the integer part of the decimal degrees (dd):
d = integer(dd)
The minutes (m) are equal to the integer part of the decimal degrees (dd) minus integer degrees (d) times 60:
m = integer((dd – d) × 60)
The seconds (s) are equal to the decimal degrees (dd) minus integer degrees (d) minus minutes (m) divided by 60 times 3600:
s = (dd – d – m/60) × 3600
Convert 30.263888889° angle to degrees,minutes,seconds:
d = integer(30.263888889°) = 30°
m = integer((dd – d) × 60) = 15′
s = (dd – d – m/60) × 3600 = 50″
So
30.263888889° = 30° 15′ 50″
This Decimal Degrees to DMS Conversion Tool allows you to convert an angle measured in decimal degrees to degrees, minutes, and seconds. Here’s how to use the tool:
Enter the Decimal Degrees:
30.26388889°
, enter that value.Convert:
Convert
button. The tool will immediately process the input and display the equivalent in degrees, minutes, and seconds (DMS) format. For example, 30.26388889°
will be converted to 30° 15' 50"
.Reset:
Reset
button.Swap:
Swap
button is intended for reversing the conversion process. However, in this version of the tool, the swap functionality is not yet implemented.This conversion tool has several practical applications across various fields:
Geographic Coordinates:
Astronomy:
Engineering and Construction:
Education and Learning:
Aviation and Marine Navigation:
Historical Research:
The Decimal Degrees to DMS Conversion Tool is an essential utility for anyone working with angles in various formats. Whether you are navigating the seas, mapping out land, or aligning a telescope, this tool makes it easy to convert between decimal degrees and degrees, minutes, seconds. It is also a valuable educational resource, helping students and professionals alike understand the relationship between different angular measurements.