#4233F8
A medium, vivid blue closely aligning with Mediumblue.
About #4233F8
Visually, #4233F8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 66 parts red, 51 parts green, and 248 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 73% cyan and 79% magenta inks. With a hue angle of 244.6 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4233F8
RGB66, 51, 248
HSL244.6°, 93.4%, 58.6%
CMYK73%, 79%, 0%, 3%
HSV244.6°, 79.4%, 97.3%
LAB38.4, 64.8, -93.7
XYZ20.4, 10.3, 89.7
Decimal4338680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.86:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4233F8;
}
.text-color {
color: #4233F8;
}
.border-color {
border: 2px solid #4233F8;
}