#5099DB
A medium, moderate blue closely aligning with Steelblue.
About #5099DB
Visually, #5099DB is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(80, 153, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 63% Cyan, 30% Magenta, 0% Yellow, and 14% Black. With a hue angle of 208.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5099DB
RGB80, 153, 219
HSL208.5°, 65.9%, 58.6%
CMYK63%, 30%, 0%, 14%
HSV208.5°, 63.5%, 85.9%
LAB61.3, -2.6, -40.4
XYZ27.5, 29.6, 71.3
Decimal5282267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.92:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5099DB;
}
.text-color {
color: #5099DB;
}
.border-color {
border: 2px solid #5099DB;
}