Shades of Blue #0F01FC
Tints of Blue #0F01FC
RGB
CMYK
RGB Variations
Color information
#0F01FC (or 0x0F01FC) is known color: Blue. HEX triplet: 0F, 01 and FC. RGB value is (15,1,252). Sum of RGB (Red+Green+Blue) = 15+1+252=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 252 (98.83% from 255 or 94.03% from 268); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F01FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F01FC is #F0FE03. Grayscale: #202020. Windows color (decimal): -15793668 or 16515343. OLE color: 16515343.
HSL color Cylindrical-coordinate representation of color #0F01FC: hue angle of 243.35º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F01FC is Cyan = 0.94, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 1 | 252 | - |
| CMYK | 0.94 | 1.00 | 0 | 0.01 |
| HSL | 243.35º | 0.99% | 0.5% | - |
| HSV(B) | 243.35º | 1% | 0.99% | - |
| XYZ | 17.78 | 7.15 | 92.54 | - |
| YUV | 33.8 | 251.14 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 252 | 0.94 | 1.00 | 0 | 0.01 | 243.35 | 0.99 | 0.5 |
| Hex | F | 1 | FC | 5E | 64 | 0 | 1 | F3 | 63 | 32 |
| Octal | 17 | 1 | 374 | 136 | 144 | 0 | 1 | 363 | 143 | 62 |
| Binary | 1111 | 1 | 11111100 | 1011110 | 1100100 | 0 | 1 | 11110011 | 1100011 | 110010 |
Color Harmonies of #0F01FC
Complementary color
Monochromatic Colors of #0F01FC
Black with #0F01FC
Text Example
Text Example
White with #0F01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F01FC; }
p { color: rgb(15,1,252); }
H1.HeaderClassName
{
color: #0F01FC;
}
.AnyTagClassName
{
color: #0F01FC;
}
</style>
background-color css
<style>
a { background-color: #0F01FC; }
a { background-color: rgb(15,1,252); }
div.DivClassName
{
background-color: #0F01FC;
}
.BgClassName
{
background-color: #0F01FC;
}
</style>
border-color css
<style>
span { border-color: #0F01FC; }
span { border-color: rgb(15,1,252); }
td.TdClassName
{
border-color: #0F01FC;
}
.TagClassName
{
border-color: #0F01FC;
}
</style>