About the Responsive Breakpoint Calculator
Media query breakpoints in px, em and rem, with the devices each range covers.
Also known as: media query calculator, breakpoint converter, px to em media query, responsive design breakpoints.
How to use this calculator
- Enter breakpoint, root font size, approach.
- The result updates instantly as you type — press Calculate (or Enter) at any time.
- Review the breakdown shown under the main result.
- Use Copy result or Share to save the answer or send a link with your inputs.
Formula
em breakpoint = pixel breakpoint ÷ root font size
Worked example
Using the values pre-filled in the calculator above:
- Breakpoint = 768 px
- Root font size = 16 px
- Approach: Mobile first (min-width)
the calculator returns:
- Media query: @media (min-width: 48em) { … }
- In pixels: @media (min-width: 768px)
- In em: 48 em
- In rem: 48 rem