#330FC5
A medium, vivid blue closely aligning with Mediumblue.
About #330FC5
Visually, #330FC5 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(51, 15, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 74% Cyan, 92% Magenta, 0% Yellow, and 23% Black. With a hue angle of 251.9 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#330FC5
RGB51, 15, 197
HSL251.9°, 85.8%, 41.6%
CMYK74%, 92%, 0%, 23%
HSV251.9°, 92.4%, 77.3%
LAB27.0, 63.0, -83.5
XYZ11.6, 5.1, 53.2
Decimal3346373
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.42:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.96:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FC5;
}
.text-color {
color: #330FC5;
}
.border-color {
border: 2px solid #330FC5;
}