Shades of Blue #0F1EFF
Tints of Blue #0F1EFF
RGB
CMYK
RGB Variations
Color information
#0F1EFF (or 0x0F1EFF) is known color: Blue. HEX triplet: 0F, 1E and FF. RGB value is (15,30,255). Sum of RGB (Red+Green+Blue) = 15+30+255=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F1EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1EFF is #F0E100. Grayscale: #323232. Windows color (decimal): -15786241 or 16719375. OLE color: 16719375.
HSL color Cylindrical-coordinate representation of color #0F1EFF: hue angle of 236.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F1EFF is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 30 | 255 | - |
| CMYK | 0.94 | 0.88 | 0 | 0 |
| HSL | 236.25º | 1% | 0.53% | - |
| HSV(B) | 236.25º | 0.94% | 1% | - |
| XYZ | 18.71 | 8.25 | 95.21 | - |
| YUV | 51.17 | 243.03 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 255 | 0.94 | 0.88 | 0 | 0 | 236.25 | 1 | 0.53 |
| Hex | F | 1E | FF | 5E | 58 | 0 | 0 | EC | 64 | 35 |
| Octal | 17 | 36 | 377 | 136 | 130 | 0 | 0 | 354 | 144 | 65 |
| Binary | 1111 | 11110 | 11111111 | 1011110 | 1011000 | 0 | 0 | 11101100 | 1100100 | 110101 |
Color Harmonies of #0F1EFF
Complementary color
Monochromatic Colors of #0F1EFF
Black with #0F1EFF
Text Example
Text Example
White with #0F1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1EFF; }
p { color: rgb(15,30,255); }
H1.HeaderClassName
{
color: #0F1EFF;
}
.AnyTagClassName
{
color: #0F1EFF;
}
</style>
background-color css
<style>
a { background-color: #0F1EFF; }
a { background-color: rgb(15,30,255); }
div.DivClassName
{
background-color: #0F1EFF;
}
.BgClassName
{
background-color: #0F1EFF;
}
</style>
border-color css
<style>
span { border-color: #0F1EFF; }
span { border-color: rgb(15,30,255); }
td.TdClassName
{
border-color: #0F1EFF;
}
.TagClassName
{
border-color: #0F1EFF;
}
</style>