#2C7CCC
A medium, moderate blue closely aligning with Cornflowerblue.
About #2C7CCC
At its core, #2C7CCC is a medium and moderate hue. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 124, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 78% C, 39% M, 0% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
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#2C7CCC
RGB44, 124, 204
HSL210.0°, 64.5%, 48.6%
CMYK78%, 39%, 0%, 20%
HSV210.0°, 78.4%, 80.0%
LAB51.0, 4.1, -48.2
XYZ19.1, 19.3, 59.8
Decimal2915532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7CCC;
}
.text-color {
color: #2C7CCC;
}
.border-color {
border: 2px solid #2C7CCC;
}