#5783CC
A medium, moderate blue closely aligning with Cornflowerblue.
About #5783CC
When working with digital screens, the color #5783CC is rendered by mixing light. Designers often compare it to the standard color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 131, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 36% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#5783CC
RGB87, 131, 204
HSL217.4°, 53.4%, 57.1%
CMYK57%, 36%, 0%, 20%
HSV217.4°, 57.4%, 80.0%
LAB54.7, 6.7, -42.4
XYZ22.9, 22.6, 60.3
Decimal5735372
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5783CC;
}
.text-color {
color: #5783CC;
}
.border-color {
border: 2px solid #5783CC;
}