#2433FF
A medium, vivid blue closely aligning with Mediumblue.
About #2433FF
Visually, #2433FF is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 36 parts red, 51 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 86% C, 80% M, 0% Y, and 0% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2433FF
RGB36, 51, 255
HSL235.9°, 100.0%, 57.1%
CMYK86%, 80%, 0%, 0%
HSV235.9°, 85.9%, 100.0%
LAB37.8, 65.4, -98.7
XYZ20.0, 10.0, 95.5
Decimal2372607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.02:1
Text on #FFFFFF
AAA
2.99:1
Text on #000000
FAIL
6.71:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2433FF;
}
.text-color {
color: #2433FF;
}
.border-color {
border: 2px solid #2433FF;
}