What is Aspect Ratio?
An aspect ratio describes the proportional relationship between the width and height of a rectangle — whether that rectangle is a screen, a photograph, a video frame, or a web page element. It is written as two numbers separated by a colon (e.g., 16:9), where the first number is the width proportion and the second is the height proportion. Maintaining the aspect ratio when resizing ensures that images and videos are not stretched or distorted.
Common Aspect Ratios and Their Use Cases
| Ratio | Decimal | Use Case |
|---|---|---|
| 16:9 | 1.778 | YouTube, TV, monitors, most video content |
| 4:3 | 1.333 | Classic TV, iPad, presentations, older displays |
| 1:1 | 1.000 | Instagram feed posts, profile pictures, album art |
| 21:9 | 2.333 | Ultrawide monitors, cinematic video |
| 3:2 | 1.500 | DSLR photos, 35mm film, MacBook displays |
| 9:16 | 0.563 | Instagram Stories, TikTok, Reels, vertical video |
| 2:3 | 0.667 | Portrait photography, Pinterest pins |
| 5:4 | 1.250 | Large-format photography, some monitors |
Video, Photo, and Screen Standards
Video Standards
Most modern video is shot in 16:9 (Full HD, 4K). Cinema uses wider ratios like 21:9 or 2.39:1. Vertical video for mobile platforms uses 9:16. The 4:3 ratio appears in legacy content and some documentaries.
Photo Standards
DSLR and mirrorless cameras typically shoot in 3:2 (matching 35mm film). Micro Four Thirds cameras use 4:3. Medium-format cameras often default to 5:4 or 4:3. Square 1:1 is popular for social media.
Screen Standards
Modern monitors and TVs use 16:9. Ultrawide monitors use 21:9 or 32:9. The iPad uses 4:3. Smartphones vary between 9:16 and 9:19.5. Projectors commonly support both 16:9 and 4:3.
Frequently Asked Questions
An aspect ratio is the proportional relationship between the width and height of an image, video, or screen. It is expressed as two numbers separated by a colon, such as 16:9. The first number represents the width and the second represents the height.
To calculate the aspect ratio, find the greatest common divisor (GCD) of the width and height, then divide both values by the GCD. For example, a 1920x1080 resolution has a GCD of 120, so dividing both gives 16:9.
16:9 is the most common aspect ratio for video content, used by YouTube, Netflix, and most modern displays. It became the standard for widescreen television and monitors. Other common video ratios include 21:9 for ultrawide cinema and 4:3 for classic content.
Different platforms prefer different ratios. Instagram feed posts use 1:1 (square) or 4:5 (portrait). Instagram Stories and TikTok use 9:16 (vertical). YouTube and Twitter use 16:9 (landscape). Facebook OG images use roughly 1.91:1 (1200x630).
To resize without distortion, you must maintain the original aspect ratio. Lock the ratio, then change either the width or height — the other dimension will be calculated automatically. This tool does exactly that when the lock toggle is enabled.
Full HD is 1920x1080 (about 2 million pixels). 2K QHD is 2560x1440 (about 3.7 million pixels). 4K UHD is 3840x2160 (about 8.3 million pixels). All three use the 16:9 aspect ratio but differ in total pixel count and sharpness.
Yes. This aspect ratio calculator runs 100% in your browser using client-side JavaScript. No data is sent to any server. You can even use it offline once the page has loaded.