Shades of Blue #0F02FE
Tints of Blue #0F02FE
RGB
CMYK
RGB Variations
Color information
#0F02FE (or 0x0F02FE) is known color: Blue. HEX triplet: 0F, 02 and FE. RGB value is (15,2,254). Sum of RGB (Red+Green+Blue) = 15+2+254=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F02FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F02FE is #F0FD01. Grayscale: #212121. Windows color (decimal): -15793410 or 16646671. OLE color: 16646671.
HSL color Cylindrical-coordinate representation of color #0F02FE: hue angle of 243.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F02FE is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 2 | 254 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.00 |
| HSL | 243.1º | 0.99% | 0.5% | - |
| HSV(B) | 243.1º | 0.99% | 1% | - |
| XYZ | 18.11 | 7.3 | 94.22 | - |
| YUV | 34.62 | 251.81 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 254 | 0.94 | 0.99 | 0 | 0.00 | 243.1 | 0.99 | 0.5 |
| Hex | F | 2 | FE | 5E | 63 | 0 | 0 | F3 | 63 | 32 |
| Octal | 17 | 2 | 376 | 136 | 143 | 0 | 0 | 363 | 143 | 62 |
| Binary | 1111 | 10 | 11111110 | 1011110 | 1100011 | 0 | 0 | 11110011 | 1100011 | 110010 |
Color Harmonies of #0F02FE
Complementary color
Monochromatic Colors of #0F02FE
Black with #0F02FE
Text Example
Text Example
White with #0F02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F02FE; }
p { color: rgb(15,2,254); }
H1.HeaderClassName
{
color: #0F02FE;
}
.AnyTagClassName
{
color: #0F02FE;
}
</style>
background-color css
<style>
a { background-color: #0F02FE; }
a { background-color: rgb(15,2,254); }
div.DivClassName
{
background-color: #0F02FE;
}
.BgClassName
{
background-color: #0F02FE;
}
</style>
border-color css
<style>
span { border-color: #0F02FE; }
span { border-color: rgb(15,2,254); }
td.TdClassName
{
border-color: #0F02FE;
}
.TagClassName
{
border-color: #0F02FE;
}
</style>