#5792DB
A light, moderate blue closely aligning with Cornflowerblue.
About #5792DB
When working with digital screens, the color #5792DB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(87, 146, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 60% cyan and 33% magenta inks. With a hue angle of 213.2 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5792DB
RGB87, 146, 219
HSL213.2°, 64.7%, 60.0%
CMYK60%, 33%, 0%, 14%
HSV213.2°, 60.3%, 85.9%
LAB59.6, 2.7, -43.0
XYZ27.0, 27.7, 70.9
Decimal5739227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.54:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5792DB;
}
.text-color {
color: #5792DB;
}
.border-color {
border: 2px solid #5792DB;
}