#5099D3
A medium, moderate blue closely aligning with Steelblue.
About #5099D3
The precise color #5099D3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 80 red, 153 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 62% Cyan, 27% Magenta, 0% Yellow, and 17% Black. 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#5099D3
RGB80, 153, 211
HSL206.6°, 59.8%, 57.1%
CMYK62%, 27%, 0%, 17%
HSV206.6°, 62.1%, 82.7%
LAB60.9, -5.2, -36.5
XYZ26.5, 29.2, 65.9
Decimal5282259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.84:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5099D3;
}
.text-color {
color: #5099D3;
}
.border-color {
border: 2px solid #5099D3;
}