#2C7CA8
A medium, moderate blue closely aligning with Steelblue.
About #2C7CA8
The precise color #2C7CA8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 44 parts red, 124 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 74% C, 26% M, 0% Y, and 34% K. The HSL representation is 201.3° hue, 58.5% saturation, and 41.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C7CA8
RGB44, 124, 168
HSL201.3°, 58.5%, 41.6%
CMYK74%, 26%, 0%, 34%
HSV201.3°, 73.8%, 65.9%
LAB49.2, -9.1, -30.4
XYZ15.3, 17.8, 39.7
Decimal2915496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7CA8;
}
.text-color {
color: #2C7CA8;
}
.border-color {
border: 2px solid #2C7CA8;
}