Shades of Blue #0F0EFF
Tints of Blue #0F0EFF
RGB
CMYK
RGB Variations
Color information
#0F0EFF (or 0x0F0EFF) is known color: Blue. HEX triplet: 0F, 0E and FF. RGB value is (15,14,255). Sum of RGB (Red+Green+Blue) = 15+14+255=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F0EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0EFF is #F0F100. Grayscale: #282828. Windows color (decimal): -15790337 or 16715279. OLE color: 16715279.
HSL color Cylindrical-coordinate representation of color #0F0EFF: hue angle of 240.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0EFF is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 14 | 255 | - |
| CMYK | 0.94 | 0.95 | 0 | 0 |
| HSL | 240.25º | 1% | 0.53% | - |
| HSV(B) | 240.25º | 0.95% | 1% | - |
| XYZ | 18.4 | 7.64 | 95.11 | - |
| YUV | 41.77 | 248.33 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 255 | 0.94 | 0.95 | 0 | 0 | 240.25 | 1 | 0.53 |
| Hex | F | E | FF | 5E | 5F | 0 | 0 | F0 | 64 | 35 |
| Octal | 17 | 16 | 377 | 136 | 137 | 0 | 0 | 360 | 144 | 65 |
| Binary | 1111 | 1110 | 11111111 | 1011110 | 1011111 | 0 | 0 | 11110000 | 1100100 | 110101 |
Color Harmonies of #0F0EFF
Complementary color
Monochromatic Colors of #0F0EFF
Black with #0F0EFF
Text Example
Text Example
White with #0F0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0EFF; }
p { color: rgb(15,14,255); }
H1.HeaderClassName
{
color: #0F0EFF;
}
.AnyTagClassName
{
color: #0F0EFF;
}
</style>
background-color css
<style>
a { background-color: #0F0EFF; }
a { background-color: rgb(15,14,255); }
div.DivClassName
{
background-color: #0F0EFF;
}
.BgClassName
{
background-color: #0F0EFF;
}
</style>
border-color css
<style>
span { border-color: #0F0EFF; }
span { border-color: rgb(15,14,255); }
td.TdClassName
{
border-color: #0F0EFF;
}
.TagClassName
{
border-color: #0F0EFF;
}
</style>