Uncompressed raw
--
Free · Instant · No signup
Rough byte estimates for raw, JPEG, WebP, and PNG from dimensions, bit depth, and JPEG quality.
Page updated 2026-09-04.
Uncompressed raw
--
JPEG estimate
--
WebP estimate
--
PNG estimate
--
A 1920x1080 image at 24-bit color depth has an uncompressed raw size of 6,220,800 bytes (about 5.9 MB). Compressed, that same image is estimated at roughly 414,720 bytes as JPEG (quality 80), 290,304 bytes as WebP, and 3,110,400 bytes as PNG.
The gap between raw and JPEG here (6.2 MB down to about 405 KB, a 15x reduction) illustrates why lossy compression exists at all -- JPEG discards visual information a viewer is unlikely to notice, achieving dramatically smaller files at the cost of some image fidelity, unlike PNG's lossless compression, which preserves every pixel exactly and therefore can't shrink the file nearly as much.
WebP estimating smaller than JPEG at a comparable quality level (290 KB vs. 415 KB here) reflects WebP's generally more efficient compression algorithm -- a big part of why WebP has become a popular JPEG replacement for web images where smaller file sizes directly improve page load speed.
Heuristics only: JPEG ~ raw * (quality/100) / 12, WebP ~ JPEG * 0.7, PNG ~ raw * 0.5. Not an encoder. This tool uses simplified heuristic formulas, not an actual image encoder -- real compressed file size depends heavily on the specific image content itself (a photo of a complex, detailed scene compresses differently than a simple graphic with large flat color areas), which these generic formulas can't account for.
PNG's estimate here (raw x 0.5) is a rough approximation for typical photographic content -- PNG's actual compression ratio varies enormously by image type, performing much better on images with large flat color areas or limited color palettes (like screenshots or logos) than on complex photographic detail.
JPEG quality (80 here) directly affects the size estimate through the formula's quality/100 term -- lowering quality to 50 would roughly halve the JPEG estimate's quality-dependent factor, illustrating the direct trade-off between JPEG quality setting and resulting file size.
For checking whether WebP or AVIF format is safe to use for a given audience's browsers, the WebP/AVIF Compatibility Cheatsheet is directly relevant to the format choice this estimate compares.
For estimating how long a file of this size would take to download over a given connection, the Data Transfer & Download Time Calculator is a natural next step.
Raw size = width x height x (bits per pixel / 8) = 1920 x 1080 x (24/8) = 1920 x 1080 x 3 = 6,220,800 bytes, representing the image with zero compression applied.
Heuristics only: JPEG ~ raw * (quality/100) / 12, WebP ~ JPEG * 0.7, PNG ~ raw * 0.5. Not an encoder. JPEG uses lossy compression, discarding visual detail a viewer is unlikely to notice, which achieves dramatically smaller files than PNG's lossless approach, which preserves every pixel exactly and therefore can't compress nearly as aggressively.
No. Heuristics only: JPEG ~ raw * (quality/100) / 12, WebP ~ JPEG * 0.7, PNG ~ raw * 0.5. Not an encoder. These are simplified heuristic estimates, not the output of an actual image encoder. Real compressed file size depends heavily on the specific image's content and complexity, which these generic formulas can't account for.
Heuristics only: JPEG ~ raw * (quality/100) / 12, WebP ~ JPEG * 0.7, PNG ~ raw * 0.5. Not an encoder. This estimator models WebP as roughly 70% the size of the equivalent JPEG estimate, reflecting WebP's generally more efficient compression algorithm -- a major reason WebP has become popular for web images where smaller files improve page load speed.
The formula includes a quality/100 factor, so lowering quality directly reduces the estimated size proportionally -- dropping from quality 80 to quality 40 would roughly halve that portion of the JPEG size estimate, illustrating the real trade-off between JPEG quality and file size.
Web Safe Fonts Preview Tool Preview stacks on sample text.
Color Blindness Visual Simulator (Protanopia, Deuteranopia) Apply a simple linear RGB matrix for protanopia or deuteranopia and show the simulated hex.
CSS Custom Scrollbar Styling Generator WebKit scrollbar width, thumb, and track colors, with an optional Firefox scrollbar-color pair.
Responsive Font Size rem/px Interconvertible Calculator Convert a pixel size through a root px into rem, em, and a clamp() suggestion for fluid type.