#426DCC
A medium, moderate blue closely aligning with Royalblue.
About #426DCC
At its core, #426DCC is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(66, 109, 204).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 68% cyan, 47% magenta, 0% yellow, and 20% black. The HSL representation is 221.3° hue, 57.5% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#426DCC
RGB66, 109, 204
HSL221.3°, 57.5%, 52.9%
CMYK68%, 47%, 0%, 20%
HSV221.3°, 67.6%, 80.0%
LAB47.6, 16.4, -53.8
XYZ18.6, 16.5, 59.3
Decimal4353484
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.29:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #426DCC;
}
.text-color {
color: #426DCC;
}
.border-color {
border: 2px solid #426DCC;
}