#507CF0
A light, vivid blue closely aligning with Royalblue.
About #507CF0
The precise color #507CF0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(80, 124, 240).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 67% C, 48% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#507CF0
RGB80, 124, 240
HSL223.5°, 84.2%, 62.7%
CMYK67%, 48%, 0%, 6%
HSV223.5°, 66.7%, 94.1%
LAB54.5, 21.9, -62.9
XYZ26.2, 22.4, 85.4
Decimal5274864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #507CF0;
}
.text-color {
color: #507CF0;
}
.border-color {
border: 2px solid #507CF0;
}