Shades of Blue #0F03FE
Tints of Blue #0F03FE
RGB
CMYK
RGB Variations
Color information
#0F03FE (or 0x0F03FE) is known color: Blue. HEX triplet: 0F, 03 and FE. RGB value is (15,3,254). Sum of RGB (Red+Green+Blue) = 15+3+254=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 254 (99.61% from 255 or 93.38% from 272); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F03FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F03FE is #F0FC01. Grayscale: #222222. Windows color (decimal): -15793154 or 16646927. OLE color: 16646927.
HSL color Cylindrical-coordinate representation of color #0F03FE: hue angle of 242.87º 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 #0F03FE is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 3 | 254 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.00 |
| HSL | 242.87º | 0.99% | 0.5% | - |
| HSV(B) | 242.87º | 0.99% | 1% | - |
| XYZ | 18.12 | 7.32 | 94.22 | - |
| YUV | 35.2 | 251.48 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 254 | 0.94 | 0.99 | 0 | 0.00 | 242.87 | 0.99 | 0.5 |
| Hex | F | 3 | FE | 5E | 63 | 0 | 0 | F3 | 63 | 32 |
| Octal | 17 | 3 | 376 | 136 | 143 | 0 | 0 | 363 | 143 | 62 |
| Binary | 1111 | 11 | 11111110 | 1011110 | 1100011 | 0 | 0 | 11110011 | 1100011 | 110010 |
Color Harmonies of #0F03FE
Complementary color
Monochromatic Colors of #0F03FE
Black with #0F03FE
Text Example
Text Example
White with #0F03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F03FE; }
p { color: rgb(15,3,254); }
H1.HeaderClassName
{
color: #0F03FE;
}
.AnyTagClassName
{
color: #0F03FE;
}
</style>
background-color css
<style>
a { background-color: #0F03FE; }
a { background-color: rgb(15,3,254); }
div.DivClassName
{
background-color: #0F03FE;
}
.BgClassName
{
background-color: #0F03FE;
}
</style>
border-color css
<style>
span { border-color: #0F03FE; }
span { border-color: rgb(15,3,254); }
td.TdClassName
{
border-color: #0F03FE;
}
.TagClassName
{
border-color: #0F03FE;
}
</style>