#2C7CAF
A medium, moderate blue closely aligning with Steelblue.
About #2C7CAF
At its core, #2C7CAF is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 124, and 175.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 75% cyan and 29% magenta inks. 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#2C7CAF
RGB44, 124, 175
HSL203.4°, 59.8%, 42.9%
CMYK75%, 29%, 0%, 31%
HSV203.4°, 74.9%, 68.6%
LAB49.6, -6.6, -33.9
XYZ16.0, 18.0, 43.2
Decimal2915503
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7CAF;
}
.text-color {
color: #2C7CAF;
}
.border-color {
border: 2px solid #2C7CAF;
}