#2416C5
A medium, vivid blue closely aligning with Mediumblue.
About #2416C5
Visually, #2416C5 is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 36 parts red, 22 parts green, and 197 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 82% Cyan, 89% Magenta, 0% Yellow, and 23% Black. With a hue angle of 244.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2416C5
RGB36, 22, 197
HSL244.8°, 79.9%, 42.9%
CMYK82%, 89%, 0%, 23%
HSV244.8°, 88.8%, 77.3%
LAB26.7, 60.4, -83.9
XYZ11.1, 5.0, 53.2
Decimal2365125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.52:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.06:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2416C5;
}
.text-color {
color: #2416C5;
}
.border-color {
border: 2px solid #2416C5;
}