#50A0DB
A medium, moderate blue closely aligning with Steelblue.
About #50A0DB
Visually, #50A0DB is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 80 parts red, 160 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 63% Cyan, 27% Magenta, 0% Yellow, and 14% Black. With a hue angle of 205.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#50A0DB
RGB80, 160, 219
HSL205.5°, 65.9%, 58.6%
CMYK63%, 27%, 0%, 14%
HSV205.5°, 63.5%, 85.9%
LAB63.3, -6.6, -37.2
XYZ28.7, 32.0, 71.7
Decimal5284059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A0DB;
}
.text-color {
color: #50A0DB;
}
.border-color {
border: 2px solid #50A0DB;
}