Shades of Blue #0F17EF
Tints of Blue #0F17EF
RGB
CMYK
RGB Variations
Color information
#0F17EF (or 0x0F17EF) is known color: Blue. HEX triplet: 0F, 17 and EF. RGB value is (15,23,239). Sum of RGB (Red+Green+Blue) = 15+23+239=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 239 (93.75% from 255 or 86.28% from 277); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F17EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F17EF is #F0E810. Grayscale: #2C2C2C. Windows color (decimal): -15788049 or 15669007. OLE color: 15669007.
HSL color Cylindrical-coordinate representation of color #0F17EF: hue angle of 237.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F17EF is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 23 | 239 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.06 |
| HSL | 237.86º | 0.88% | 0.5% | - |
| HSV(B) | 237.86º | 0.94% | 0.94% | - |
| XYZ | 16.08 | 6.95 | 82.15 | - |
| YUV | 45.23 | 237.35 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 239 | 0.94 | 0.90 | 0 | 0.06 | 237.86 | 0.88 | 0.5 |
| Hex | F | 17 | EF | 5E | 5A | 0 | 6 | EE | 58 | 32 |
| Octal | 17 | 27 | 357 | 136 | 132 | 0 | 6 | 356 | 130 | 62 |
| Binary | 1111 | 10111 | 11101111 | 1011110 | 1011010 | 0 | 110 | 11101110 | 1011000 | 110010 |
Color Harmonies of #0F17EF
Complementary color
Monochromatic Colors of #0F17EF
Black with #0F17EF
Text Example
Text Example
White with #0F17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F17EF; }
p { color: rgb(15,23,239); }
H1.HeaderClassName
{
color: #0F17EF;
}
.AnyTagClassName
{
color: #0F17EF;
}
</style>
background-color css
<style>
a { background-color: #0F17EF; }
a { background-color: rgb(15,23,239); }
div.DivClassName
{
background-color: #0F17EF;
}
.BgClassName
{
background-color: #0F17EF;
}
</style>
border-color css
<style>
span { border-color: #0F17EF; }
span { border-color: rgb(15,23,239); }
td.TdClassName
{
border-color: #0F17EF;
}
.TagClassName
{
border-color: #0F17EF;
}
</style>