Shades of Blue #0F06EF
Tints of Blue #0F06EF
RGB
CMYK
RGB Variations
Color information
#0F06EF (or 0x0F06EF) is known color: Blue. HEX triplet: 0F, 06 and EF. RGB value is (15,6,239). Sum of RGB (Red+Green+Blue) = 15+6+239=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 239 (93.75% from 255 or 91.92% from 260); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F06EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F06EF is #F0F910. Grayscale: #222222. Windows color (decimal): -15792401 or 15664655. OLE color: 15664655.
HSL color Cylindrical-coordinate representation of color #0F06EF: hue angle of 242.32º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F06EF is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 6 | 239 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.06 |
| HSL | 242.32º | 0.95% | 0.48% | - |
| HSV(B) | 242.32º | 0.97% | 0.94% | - |
| XYZ | 15.84 | 6.46 | 82.07 | - |
| YUV | 35.25 | 242.98 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 239 | 0.94 | 0.97 | 0 | 0.06 | 242.32 | 0.95 | 0.48 |
| Hex | F | 6 | EF | 5E | 61 | 0 | 6 | F2 | 5F | 30 |
| Octal | 17 | 6 | 357 | 136 | 141 | 0 | 6 | 362 | 137 | 60 |
| Binary | 1111 | 110 | 11101111 | 1011110 | 1100001 | 0 | 110 | 11110010 | 1011111 | 110000 |
Color Harmonies of #0F06EF
Complementary color
Monochromatic Colors of #0F06EF
Black with #0F06EF
Text Example
Text Example
White with #0F06EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F06EF; }
p { color: rgb(15,6,239); }
H1.HeaderClassName
{
color: #0F06EF;
}
.AnyTagClassName
{
color: #0F06EF;
}
</style>
background-color css
<style>
a { background-color: #0F06EF; }
a { background-color: rgb(15,6,239); }
div.DivClassName
{
background-color: #0F06EF;
}
.BgClassName
{
background-color: #0F06EF;
}
</style>
border-color css
<style>
span { border-color: #0F06EF; }
span { border-color: rgb(15,6,239); }
td.TdClassName
{
border-color: #0F06EF;
}
.TagClassName
{
border-color: #0F06EF;
}
</style>