#4275BD
A medium, moderate blue closely aligning with Cornflowerblue.
About #4275BD
The hex code #4275BD represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(66, 117, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 65% cyan and 38% magenta inks. The HSL representation is 215.1° hue, 48.2% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4275BD
RGB66, 117, 189
HSL215.1°, 48.2%, 50.0%
CMYK65%, 38%, 0%, 26%
HSV215.1°, 65.1%, 74.1%
LAB49.0, 6.1, -42.9
XYZ17.8, 17.6, 50.6
Decimal4355517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.51:1
Text on #000000
AA
4.45:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4275BD;
}
.text-color {
color: #4275BD;
}
.border-color {
border: 2px solid #4275BD;
}