Aspect Ratio Worked Examples: Real Platform Dimensions
Seeing the GCD Method in Action
The clearest way to understand aspect ratio simplification is to run real, commonly used pixel dimensions through the GCD method — the same calculation the aspect ratio calculator runs automatically. These six examples cover video, ultrawide monitors, and social media formats.
Example 1 — Standard HD Video (1920×1080)
GCD(1920, 1080) = 120
1920 ÷ 120 : 1080 ÷ 120 = 16:9
This is the exact, cleanly simplified ratio behind the most common video resolution in use today — see common video and photo aspect ratios by platform for where 16:9 is expected.
Example 2 — “21:9” Ultrawide Monitor (3440×1440)
GCD(3440, 1440) = 80
3440 ÷ 80 : 1440 ÷ 80 = 43:18
Despite being marketed as “21:9,” this common ultrawide resolution’s mathematically exact simplified ratio is 43:18 — close to 21:9 (which would be 2.333:1) but not identical (43:18 ≈ 2.389:1). Both figures are legitimate; 21:9 is the nearest well-known named standard, while 43:18 is the precise GCD result.
Example 3 — A Different “21:9” Resolution (2560×1080)
GCD(2560, 1080) = 40
2560 ÷ 40 : 1080 ÷ 40 = 64:27
This is a second common ultrawide resolution, also marketed as “21:9” — and its exact simplified ratio, 64:27, is different from Example 2’s 43:18. This shows why “21:9” functions as a marketing category covering several closely related but mathematically distinct exact ratios, not one single precise ratio. See common aspect ratio mistakes for why this distinction matters.
Example 4 — Instagram Portrait Post (1080×1350)
GCD(1080, 1350) = 270
1080 ÷ 270 : 1350 ÷ 270 = 4:5
A clean 4:5 ratio — Instagram’s currently favored portrait format for feed posts, confirmed as a supported ratio in Meta’s own business help documentation.
Example 5 — Standard 4:3 Photo (4000×3000)
GCD(4000, 3000) = 1000
4000 ÷ 1000 : 3000 ÷ 1000 = 4:3
A common point-and-shoot and older DSLR sensor resolution, simplifying cleanly to the classic 4:3 ratio.
Example 6 — Vertical Video / Reels (1080×1920)
GCD(1080, 1920) = 120
1080 ÷ 120 : 1920 ÷ 120 = 9:16
The exact mirror of Example 1’s 16:9 — this is the standard full-screen vertical format for Stories, Reels, Shorts, and TikTok.
What These Examples Show
Clean, round simplified ratios (16:9, 4:3, 4:5, 9:16) are common for dimensions specifically chosen by camera and platform designers to hit those ratios exactly. Marketed category names like “21:9,” by contrast, cover a range of ultrawide resolutions whose exact simplified ratios differ from each other and from the marketing name itself — neither is wrong, they’re just answering different questions (which is why the calculator shows the precise GCD result rather than rounding to the nearest named category).
Try Your Own Dimensions
Run any width and height through the aspect ratio calculator to see the exact simplified ratio, solve for a missing dimension, or resize proportionally — see the ratio glossary if any of the terminology above needs a refresher.