#0F50C5
A medium, vivid blue closely aligning with Royalblue.
About #0F50C5
When working with digital screens, the color #0F50C5 is rendered by mixing light. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(15, 80, 197).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 92% cyan, 59% magenta, 0% yellow, and 23% black. With a hue angle of 218.6 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F50C5
RGB15, 80, 197
HSL218.6°, 85.8%, 41.6%
CMYK92%, 59%, 0%, 23%
HSV218.6°, 92.4%, 77.3%
LAB37.6, 27.5, -65.9
XYZ13.1, 9.9, 54.0
Decimal1003717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.06:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.75:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F50C5;
}
.text-color {
color: #0F50C5;
}
.border-color {
border: 2px solid #0F50C5;
}