#4292F8
A light, vivid blue closely aligning with Dodgerblue.
About #4292F8
When working with digital screens, the color #4292F8 is rendered by mixing light. Designers often compare it to the standard color Dodgerblue. In the RGB color space, it consists of 66 red, 146 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 73% Cyan, 41% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4292F8
RGB66, 146, 248
HSL213.6°, 92.9%, 61.6%
CMYK73%, 41%, 0%, 3%
HSV213.6°, 73.4%, 97.3%
LAB60.3, 9.4, -58.0
XYZ29.5, 28.5, 92.8
Decimal4363000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.70:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4292F8;
}
.text-color {
color: #4292F8;
}
.border-color {
border: 2px solid #4292F8;
}