#2433DB
A medium, vivid blue closely aligning with Mediumblue.
About #2433DB
At its core, #2433DB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 36 red, 51 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 84% cyan, 77% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2433DB
RGB36, 51, 219
HSL235.1°, 71.8%, 50.0%
CMYK84%, 77%, 0%, 14%
HSV235.1°, 83.6%, 85.9%
LAB33.7, 54.2, -85.1
XYZ14.7, 7.9, 67.8
Decimal2372571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.17:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.81:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2433DB;
}
.text-color {
color: #2433DB;
}
.border-color {
border: 2px solid #2433DB;
}