#427CDB
A medium, moderate blue closely aligning with Cornflowerblue.
About #427CDB
The hex code #427CDB represents a beautifully specific shade of blue. It is closely associated with the named CSS color Cornflowerblue. Its digital footprint relies on 66 parts red, 124 parts green, and 219 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 70% cyan, 43% magenta, 0% yellow, and 14% black. The HSL representation is 217.3° hue, 68.0% saturation, and 55.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#427CDB
RGB66, 124, 219
HSL217.3°, 68.0%, 55.9%
CMYK70%, 43%, 0%, 14%
HSV217.3°, 69.9%, 85.9%
LAB52.6, 12.4, -54.2
XYZ22.2, 20.7, 69.8
Decimal4357339
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #427CDB;
}
.text-color {
color: #427CDB;
}
.border-color {
border: 2px solid #427CDB;
}