Shades of Blue #0F0CFE
Tints of Blue #0F0CFE
RGB
CMYK
RGB Variations
Color information
#0F0CFE (or 0x0F0CFE) is known color: Blue. HEX triplet: 0F, 0C and FE. RGB value is (15,12,254). Sum of RGB (Red+Green+Blue) = 15+12+254=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 254 (99.61% from 255 or 90.39% from 281); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F0CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0CFE is #F0F301. Grayscale: #272727. Windows color (decimal): -15790850 or 16649231. OLE color: 16649231.
HSL color Cylindrical-coordinate representation of color #0F0CFE: hue angle of 240.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0CFE is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 12 | 254 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.00 |
| HSL | 240.74º | 0.99% | 0.52% | - |
| HSV(B) | 240.74º | 0.95% | 1% | - |
| XYZ | 18.22 | 7.52 | 94.26 | - |
| YUV | 40.49 | 248.49 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 254 | 0.94 | 0.95 | 0 | 0.00 | 240.74 | 0.99 | 0.52 |
| Hex | F | C | FE | 5E | 5F | 0 | 0 | F1 | 63 | 34 |
| Octal | 17 | 14 | 376 | 136 | 137 | 0 | 0 | 361 | 143 | 64 |
| Binary | 1111 | 1100 | 11111110 | 1011110 | 1011111 | 0 | 0 | 11110001 | 1100011 | 110100 |
Color Harmonies of #0F0CFE
Complementary color
Monochromatic Colors of #0F0CFE
Black with #0F0CFE
Text Example
Text Example
White with #0F0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0CFE; }
p { color: rgb(15,12,254); }
H1.HeaderClassName
{
color: #0F0CFE;
}
.AnyTagClassName
{
color: #0F0CFE;
}
</style>
background-color css
<style>
a { background-color: #0F0CFE; }
a { background-color: rgb(15,12,254); }
div.DivClassName
{
background-color: #0F0CFE;
}
.BgClassName
{
background-color: #0F0CFE;
}
</style>
border-color css
<style>
span { border-color: #0F0CFE; }
span { border-color: rgb(15,12,254); }
td.TdClassName
{
border-color: #0F0CFE;
}
.TagClassName
{
border-color: #0F0CFE;
}
</style>