#2C83AF
A medium, moderate blue closely aligning with Steelblue.
About #2C83AF
At its core, #2C83AF is a medium and moderate hue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 44 red, 131 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 75% cyan and 25% magenta inks. The HSL representation is 200.2° hue, 59.8% saturation, and 42.9% 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#2C83AF
RGB44, 131, 175
HSL200.2°, 59.8%, 42.9%
CMYK75%, 25%, 0%, 31%
HSV200.2°, 74.9%, 68.6%
LAB51.7, -10.6, -30.6
XYZ16.9, 19.9, 43.5
Decimal2917295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.97:1
Text on #000000
AA
4.04:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C83AF;
}
.text-color {
color: #2C83AF;
}
.border-color {
border: 2px solid #2C83AF;
}