#2C66BD
A medium, moderate blue closely aligning with Cornflowerblue.
About #2C66BD
At its core, #2C66BD is a medium and moderate hue. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(44, 102, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 46% M, 0% Y, and 26% K. The HSL representation is 216.0° hue, 62.2% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C66BD
RGB44, 102, 189
HSL216.0°, 62.2%, 45.7%
CMYK77%, 46%, 0%, 26%
HSV216.0°, 76.7%, 74.1%
LAB43.8, 12.2, -51.2
XYZ15.0, 13.7, 50.0
Decimal2909885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.61:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.36:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C66BD;
}
.text-color {
color: #2C66BD;
}
.border-color {
border: 2px solid #2C66BD;
}