#4292FF
A light, vivid blue closely aligning with Dodgerblue.
About #4292FF
Visually, #4292FF is defined as a vivid blue. Designers often compare it to the standard color Dodgerblue. In the RGB color space, it consists of 66 red, 146 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 74% Cyan, 43% Magenta, 0% Yellow, and 0% Black. With a hue angle of 214.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4292FF
RGB66, 146, 255
HSL214.6°, 100.0%, 62.9%
CMYK74%, 43%, 0%, 0%
HSV214.6°, 74.1%, 100.0%
LAB60.7, 11.9, -61.2
XYZ30.6, 28.9, 98.6
Decimal4363007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.79:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4292FF;
}
.text-color {
color: #4292FF;
}
.border-color {
border: 2px solid #4292FF;
}