#0F75F0
A medium, vivid blue closely aligning with Royalblue.
About #0F75F0
Visually, #0F75F0 is defined as a vivid blue. Designers often compare it to the standard color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 117, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 94% Cyan, 51% Magenta, 0% Yellow, and 6% Black. The HSL representation is 212.8° hue, 88.2% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F75F0
RGB15, 117, 240
HSL212.8°, 88.2%, 50.0%
CMYK94%, 51%, 0%, 6%
HSV212.8°, 93.8%, 94.1%
LAB50.8, 20.3, -68.9
XYZ22.3, 19.1, 85.0
Decimal1013232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F75F0;
}
.text-color {
color: #0F75F0;
}
.border-color {
border: 2px solid #0F75F0;
}