#507CDB
A medium, moderate blue closely aligning with Cornflowerblue.
About #507CDB
The hex code #507CDB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. Its digital footprint relies on 80 parts red, 124 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 63% Cyan, 43% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#507CDB
RGB80, 124, 219
HSL221.0°, 65.9%, 58.6%
CMYK63%, 43%, 0%, 14%
HSV221.0°, 63.5%, 85.9%
LAB53.2, 14.6, -53.2
XYZ23.3, 21.2, 69.9
Decimal5274843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507CDB;
}
.text-color {
color: #507CDB;
}
.border-color {
border: 2px solid #507CDB;
}