#4224CC
A medium, vivid blue closely aligning with Mediumblue.
About #4224CC
When working with digital screens, the color #4224CC is rendered by mixing light. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 66 parts red, 36 parts green, and 204 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 68% C, 82% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4224CC
RGB66, 36, 204
HSL250.7°, 70.0%, 47.1%
CMYK68%, 82%, 0%, 20%
HSV250.7°, 82.4%, 80.0%
LAB31.3, 58.8, -80.3
XYZ13.8, 6.8, 57.7
Decimal4334796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.91:1
Text on #FFFFFF
AAA
2.36:1
Text on #000000
FAIL
8.52:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4224CC;
}
.text-color {
color: #4224CC;
}
.border-color {
border: 2px solid #4224CC;
}