#3333F8
A medium, vivid blue closely aligning with Mediumblue.
About #3333F8
The hex code #3333F8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 51, and 248.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 79% C, 79% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#3333F8
RGB51, 51, 248
HSL240.0°, 93.4%, 58.6%
CMYK79%, 79%, 0%, 3%
HSV240.0°, 79.4%, 97.3%
LAB37.6, 64.0, -95.1
XYZ19.5, 9.8, 89.7
Decimal3355640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3333F8;
}
.text-color {
color: #3333F8;
}
.border-color {
border: 2px solid #3333F8;
}