#2C8AD3
A medium, moderate blue closely aligning with Cornflowerblue.
About #2C8AD3
When working with digital screens, the color #2C8AD3 is rendered by mixing light. Its closest recognized web color is Cornflowerblue. In the RGB color space, it consists of 44 red, 138 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 79% Cyan, 35% Magenta, 0% Yellow, and 17% Black. The HSL representation is 206.2° hue, 65.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#2C8AD3
RGB44, 138, 211
HSL206.2°, 65.5%, 50.0%
CMYK79%, 35%, 0%, 17%
HSV206.2°, 79.1%, 82.7%
LAB55.5, -1.7, -45.1
XYZ21.9, 23.4, 65.0
Decimal2919123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.68:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C8AD3;
}
.text-color {
color: #2C8AD3;
}
.border-color {
border: 2px solid #2C8AD3;
}