Display Calculators

Display Calculators

Three quick reference calculators for display math: pixels per inch, recommended viewing distance, and aspect ratio simplification. Everything updates live as you type — nothing is sent anywhere.

These calculators use standard mathematical formulas, not device-specific measurements — results are approximations. The viewing-distance figures in particular are commonly-cited rules of thumb, not physiological guarantees or an industry standard. See notes under each result for details.

PPI & Pixel Pitch Calculator

Pixels per inch from resolution and diagonal size.

Pixels per inch (PPI)
Diagonal pixels
Pixel pitch (mm)

diagonal_px = √(horizontal_px² + vertical_px²)  ·  PPI = diagonal_px ÷ diagonal_inches  ·  pixel pitch (mm) = 25.4 ÷ PPI

Viewing Distance Calculator

Rule-of-thumb distances for a given screen size and resolution.

Cinematic (THX-style) distance
Comfortable range
Pixel-invisible distance (20/20)

"Cinematic" ≈ diagonal × 1.2  ·  "Comfortable" range ≈ diagonal × 1.6 to diagonal × 2.0  ·  "Pixel-invisible" distance uses the visual-acuity small-angle approximation: distance ≈ pixel_pitch ÷ tan(1 arcminute), where 1 arcminute (20/20 vision resolving limit) ≈ 0.0002909 radians. All three are commonly-cited rules of thumb (THX/SMPTE-style guidance), not physiological guarantees or a formal standard — actual comfortable distance varies by eyesight, content, and room.

Aspect Ratio Calculator

Simplify any width × height into its ratio.

Simplified ratio
Decimal ratio
Common name

Simplified via the Euclidean GCD algorithm: ratio = width÷gcd : height÷gcd. Non-integer inputs are scaled up to whole numbers first. "Common name" is the nearest standard ratio within a small tolerance, else "Custom".