Shades of Medium Blue #0F17CF
Tints of Medium Blue #0F17CF
RGB
CMYK
RGB Variations
Color information
#0F17CF (or 0x0F17CF) is known color: Medium Blue. HEX triplet: 0F, 17 and CF. RGB value is (15,23,207). Sum of RGB (Red+Green+Blue) = 15+23+207=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F17CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F17CF is #F0E830. Grayscale: #282828. Windows color (decimal): -15788081 or 13571855. OLE color: 13571855.
HSL color Cylindrical-coordinate representation of color #0F17CF: hue angle of 237.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F17CF is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 23 | 207 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.19 |
| HSL | 237.5º | 0.86% | 0.44% | - |
| HSV(B) | 237.5º | 0.93% | 0.81% | - |
| XYZ | 11.77 | 5.22 | 59.42 | - |
| YUV | 41.58 | 221.35 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 207 | 0.93 | 0.89 | 0 | 0.19 | 237.5 | 0.86 | 0.44 |
| Hex | F | 17 | CF | 5D | 59 | 0 | 13 | EE | 56 | 2C |
| Octal | 17 | 27 | 317 | 135 | 131 | 0 | 23 | 356 | 126 | 54 |
| Binary | 1111 | 10111 | 11001111 | 1011101 | 1011001 | 0 | 10011 | 11101110 | 1010110 | 101100 |
Color Harmonies of #0F17CF
Complementary color
Monochromatic Colors of #0F17CF
Black with #0F17CF
Text Example
Text Example
White with #0F17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F17CF; }
p { color: rgb(15,23,207); }
H1.HeaderClassName
{
color: #0F17CF;
}
.AnyTagClassName
{
color: #0F17CF;
}
</style>
background-color css
<style>
a { background-color: #0F17CF; }
a { background-color: rgb(15,23,207); }
div.DivClassName
{
background-color: #0F17CF;
}
.BgClassName
{
background-color: #0F17CF;
}
</style>
border-color css
<style>
span { border-color: #0F17CF; }
span { border-color: rgb(15,23,207); }
td.TdClassName
{
border-color: #0F17CF;
}
.TagClassName
{
border-color: #0F17CF;
}
</style>