#4992F8
A light, vivid blue closely aligning with Dodgerblue.
About #4992F8
When working with digital screens, the color #4992F8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 146, and 248.
If you are designing for print, the four-color process is what matters most. The color uses 71% Cyan, 41% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4992F8
RGB73, 146, 248
HSL215.0°, 92.6%, 62.9%
CMYK71%, 41%, 0%, 3%
HSV215.0°, 70.6%, 97.3%
LAB60.6, 10.3, -57.6
XYZ30.0, 28.8, 92.8
Decimal4821752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.75:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4992F8;
}
.text-color {
color: #4992F8;
}
.border-color {
border: 2px solid #4992F8;
}