28px to pt
28px = 21pt
px and pt are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.75pt, so:
28px × 0.75 = 21pt
Reversing it, 21pt × 1.3333 returns 28px.
Nearby values
| px | pt |
|---|---|
| 14px | 10.5pt |
| 16px | 12pt |
| 18px | 13.5pt |
| 20px | 15pt |
| 24px | 18pt |
| 28px | 21pt |
| 32px | 24pt |
| 36px | 27pt |
| 40px | 30pt |
Frequently asked questions
What is 28px in pt?
21pt.
How is 28px converted to pt?
Multiply by 0.75: 28 × 0.75 = 21. To go back, multiply 21 by 1.3333.
Does zoom or font size change 28px?
No. px and pt are both absolute CSS units, so the ratio is fixed and 28px is 21pt in every context.