#507CD3
A medium, moderate blue closely aligning with Cornflowerblue.
About #507CD3
When working with digital screens, the color #507CD3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 80 red, 124 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 62% cyan, 41% magenta, 0% yellow, and 17% black. With a hue angle of 219.8 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#507CD3
RGB80, 124, 211
HSL219.8°, 59.8%, 57.1%
CMYK62%, 41%, 0%, 17%
HSV219.8°, 62.1%, 82.7%
LAB52.8, 11.9, -49.4
XYZ22.3, 20.8, 64.5
Decimal5274835
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.16:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507CD3;
}
.text-color {
color: #507CD3;
}
.border-color {
border: 2px solid #507CD3;
}