Shades of Blue #0F1AFE
Tints of Blue #0F1AFE
RGB
CMYK
RGB Variations
Color information
#0F1AFE (or 0x0F1AFE) is known color: Blue. HEX triplet: 0F, 1A and FE. RGB value is (15,26,254). Sum of RGB (Red+Green+Blue) = 15+26+254=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 254 (99.61% from 255 or 86.10% from 295); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F1AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1AFE is #F0E501. Grayscale: #2F2F2F. Windows color (decimal): -15787266 or 16652815. OLE color: 16652815.
HSL color Cylindrical-coordinate representation of color #0F1AFE: hue angle of 237.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F1AFE is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 26 | 254 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.00 |
| HSL | 237.24º | 0.99% | 0.53% | - |
| HSV(B) | 237.24º | 0.94% | 1% | - |
| XYZ | 18.46 | 8 | 94.34 | - |
| YUV | 48.7 | 243.86 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 254 | 0.94 | 0.90 | 0 | 0.00 | 237.24 | 0.99 | 0.53 |
| Hex | F | 1A | FE | 5E | 5A | 0 | 0 | ED | 63 | 35 |
| Octal | 17 | 32 | 376 | 136 | 132 | 0 | 0 | 355 | 143 | 65 |
| Binary | 1111 | 11010 | 11111110 | 1011110 | 1011010 | 0 | 0 | 11101101 | 1100011 | 110101 |
Color Harmonies of #0F1AFE
Complementary color
Monochromatic Colors of #0F1AFE
Black with #0F1AFE
Text Example
Text Example
White with #0F1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1AFE; }
p { color: rgb(15,26,254); }
H1.HeaderClassName
{
color: #0F1AFE;
}
.AnyTagClassName
{
color: #0F1AFE;
}
</style>
background-color css
<style>
a { background-color: #0F1AFE; }
a { background-color: rgb(15,26,254); }
div.DivClassName
{
background-color: #0F1AFE;
}
.BgClassName
{
background-color: #0F1AFE;
}
</style>
border-color css
<style>
span { border-color: #0F1AFE; }
span { border-color: rgb(15,26,254); }
td.TdClassName
{
border-color: #0F1AFE;
}
.TagClassName
{
border-color: #0F1AFE;
}
</style>