Decimal Degrees to DMS
Convert decimal degrees. Free online Decimal Degrees to DMS. Calculate decimal degrees to dms online — fast, accurate, mobile-friendly, no signup needed.
Derivation
- ├── 01Given
dd = 45.5123 - ├── 02Formula
{let t=e.dd;const a=t<0?"-":"",n=|t|,r=floor(n),o=60 × (n-r),l=floor(o),i=60 × (o-l);return"".concat(a).concat(r,"\xb0 ").concat(l,"\u2032 ").concat(i.toFixed(2),"\u2033")} - ├── 03Substitute
{let t=e.45.5123;const a=t<0?"-":"",n=|t|,r=floor(n),o=60 × (n-r),l=floor(o),i=60 × (o-l);return"".concat(a).concat(r,"\xb0 ").concat(l,"\u2032 ").concat(i.toFixed(2),"\u2033")} - └── 04Compute DMS—
Every calculator here runs 100% in your browser — nothing is sent to a server or stored in a database.
Understanding the Decimal Degrees to DMS
The Decimal Degrees to DMS computes DMS from 1 input: decimal degrees. Convert decimal degrees.
Quick calculators for the math that shouldn’t need a notepad — instant, accurate, private to your browser. The Decimal Degrees to DMS sits in that toolkit — it convert decimal degrees. Enter your numbers above and the result updates instantly; every step of the math is shown in the Derivation panel so you can see exactly how the answer was reached.
How it’s calculated
Where
- dd
- Decimal degrees
Step-by-step walkthrough
Apply the formula to a realistic set of inputs: Decimal degrees = 45.5123.
- 01Start by noting the input — Decimal degrees: 45.5123.
- 02Substitute these values into the formula: {let t=e.dd;const a=t<0?"-":"",n=|t|,r=floor(n),o=60 × (n-r),l=floor(o),i=60 × (o-l);return"".concat(a).concat(r,"\xb0 ").concat(l,"\u2032 "…
- 03Compute DMS: the calculator returns 45° 30′ 44.28″.
- 04Cross-check the answer by opening the Derivation panel above — every line of math is shown so you can follow the computation end-to-end.
Frequently asked questions
How useful was this calculator?
Your ratings stay in your browser — they help us learn which tools people actually rely on.