#4266BD
A medium, moderate blue closely aligning with Cornflowerblue.
About #4266BD
At its core, #4266BD is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. Its digital footprint relies on 66 parts red, 102 parts green, and 189 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 65% cyan and 46% magenta inks. With a hue angle of 222.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4266BD
RGB66, 102, 189
HSL222.4°, 48.2%, 50.0%
CMYK65%, 46%, 0%, 26%
HSV222.4°, 65.1%, 74.1%
LAB44.7, 15.4, -49.7
XYZ16.2, 14.3, 50.1
Decimal4351677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4266BD;
}
.text-color {
color: #4266BD;
}
.border-color {
border: 2px solid #4266BD;
}