#5083CC
A medium, moderate blue closely aligning with Cornflowerblue.
About #5083CC
At its core, #5083CC is a medium and moderate hue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(80, 131, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 61% Cyan, 36% Magenta, 0% Yellow, and 20% Black. The HSL representation is 215.3° hue, 54.9% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5083CC
RGB80, 131, 204
HSL215.3°, 54.9%, 55.7%
CMYK61%, 36%, 0%, 20%
HSV215.3°, 60.8%, 80.0%
LAB54.3, 5.3, -42.9
XYZ22.3, 22.3, 60.3
Decimal5276620
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.46:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5083CC;
}
.text-color {
color: #5083CC;
}
.border-color {
border: 2px solid #5083CC;
}