Utilumo
LightDarkSystem
Explainer1 min readUpdated June 25, 2026

Common aspect ratios explained

Short answer

An aspect ratio expresses width relative to height as two numbers, such as 16:9. It describes shape, not size, so any image at 16:9 has the same proportions whether it is 1280x720 or 1920x1080.

What an aspect ratio means

An aspect ratio is width divided by height, reduced to its simplest whole numbers. A 1920x1080 image reduces to 16:9 because both numbers divide by 120. Two images with the same ratio have the same shape even if their pixel dimensions differ.

The ones you will meet most

  • 16:9 — widescreen video, YouTube, most monitors and TVs
  • 9:16 — vertical video for phones, Reels, Shorts, and Stories
  • 1:1 — square, common for profile pictures and feed posts
  • 4:3 — older displays, many cameras, and presentation slides
  • 4:5 — portrait photo posts that take more vertical space in a feed
Ratio is shape, resolution is sizeChanging resolution while keeping the ratio scales the image without distortion. Changing the ratio crops or stretches it.
Try it: Aspect Ratio CalculatorReduce a width and height to its ratio, or find matching dimensions for a target ratio.Open tool

When you resize for a specific platform, keep the target ratio so the image is not stretched. If the source ratio differs, you will need to crop or add padding.

References

Questions

Is 1920x1080 the same as 16:9?

Yes. 1920x1080 reduces to 16:9, so it is a 16:9 image at a specific resolution. 1280x720 is also 16:9 at a smaller size.

What happens if I force the wrong aspect ratio?

Stretching an image to a different ratio distorts it. To change the shape without distortion, crop the image or add background padding instead.

Does the aspect ratio calculator upload anything?

No. It calculates ratios and dimensions in your browser and uploads nothing.

Keep reading