#5783DB
A light, moderate blue closely aligning with Cornflowerblue.
About #5783DB
When working with digital screens, the color #5783DB is rendered by mixing light. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(87, 131, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 40% M, 0% Y, and 14% K. The HSL representation is 220.0° hue, 64.7% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#5783DB
RGB87, 131, 219
HSL220.0°, 64.7%, 60.0%
CMYK60%, 40%, 0%, 14%
HSV220.0°, 60.3%, 85.9%
LAB55.5, 11.6, -49.6
XYZ24.8, 23.4, 70.2
Decimal5735387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5783DB;
}
.text-color {
color: #5783DB;
}
.border-color {
border: 2px solid #5783DB;
}