Shades of Medium Blue #0F17CB
Tints of Medium Blue #0F17CB
RGB
CMYK
RGB Variations
Color information
#0F17CB (or 0x0F17CB) is known color: Medium Blue. HEX triplet: 0F, 17 and CB. RGB value is (15,23,203). Sum of RGB (Red+Green+Blue) = 15+23+203=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 203 (79.69% from 255 or 84.23% from 241); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F17CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F17CB is #F0E834. Grayscale: #282828. Windows color (decimal): -15788085 or 13309711. OLE color: 13309711.
HSL color Cylindrical-coordinate representation of color #0F17CB: hue angle of 237.45º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F17CB is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 23 | 203 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.20 |
| HSL | 237.45º | 0.86% | 0.43% | - |
| HSV(B) | 237.45º | 0.93% | 0.8% | - |
| XYZ | 11.28 | 5.03 | 56.88 | - |
| YUV | 41.13 | 219.35 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 203 | 0.93 | 0.89 | 0 | 0.20 | 237.45 | 0.86 | 0.43 |
| Hex | F | 17 | CB | 5D | 59 | 0 | 14 | ED | 56 | 2B |
| Octal | 17 | 27 | 313 | 135 | 131 | 0 | 24 | 355 | 126 | 53 |
| Binary | 1111 | 10111 | 11001011 | 1011101 | 1011001 | 0 | 10100 | 11101101 | 1010110 | 101011 |
Color Harmonies of #0F17CB
Complementary color
Monochromatic Colors of #0F17CB
Black with #0F17CB
Text Example
Text Example
White with #0F17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F17CB; }
p { color: rgb(15,23,203); }
H1.HeaderClassName
{
color: #0F17CB;
}
.AnyTagClassName
{
color: #0F17CB;
}
</style>
background-color css
<style>
a { background-color: #0F17CB; }
a { background-color: rgb(15,23,203); }
div.DivClassName
{
background-color: #0F17CB;
}
.BgClassName
{
background-color: #0F17CB;
}
</style>
border-color css
<style>
span { border-color: #0F17CB; }
span { border-color: rgb(15,23,203); }
td.TdClassName
{
border-color: #0F17CB;
}
.TagClassName
{
border-color: #0F17CB;
}
</style>