Shades of Blue #000FEC
Tints of Blue #000FEC
RGB
CMYK
RGB Variations
Color information
#000FEC (or 0x000FEC) is known color: Blue. HEX triplet: 00, 0F and EC. RGB value is (0,15,236). Sum of RGB (Red+Green+Blue) = 0+15+236=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 236 (92.58% from 255 or 94.02% from 251); Max value from RGB is 236 - color contains mainly: blue. Hex color #000FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FEC is #FFF013. Grayscale: #222222. Windows color (decimal): -16773140 or 15470336. OLE color: 15470336.
HSL color Cylindrical-coordinate representation of color #000FEC: hue angle of 236.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FEC is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 15 | 236 | - |
| CMYK | 1 | 0.94 | 0 | 0.07 |
| HSL | 236.19º | 1% | 0.46% | - |
| HSV(B) | 236.19º | 1% | 0.93% | - |
| XYZ | 15.31 | 6.4 | 79.78 | - |
| YUV | 35.71 | 241.03 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 236 | 1 | 0.94 | 0 | 0.07 | 236.19 | 1 | 0.46 |
| Hex | 0 | F | EC | 64 | 5E | 0 | 7 | EC | 64 | 2E |
| Octal | 0 | 17 | 354 | 144 | 136 | 0 | 7 | 354 | 144 | 56 |
| Binary | 0 | 1111 | 11101100 | 1100100 | 1011110 | 0 | 111 | 11101100 | 1100100 | 101110 |
Color Harmonies of #000FEC
Complementary color
Monochromatic Colors of #000FEC
Black with #000FEC
Text Example
Text Example
White with #000FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FEC; }
p { color: rgb(0,15,236); }
H1.HeaderClassName
{
color: #000FEC;
}
.AnyTagClassName
{
color: #000FEC;
}
</style>
background-color css
<style>
a { background-color: #000FEC; }
a { background-color: rgb(0,15,236); }
div.DivClassName
{
background-color: #000FEC;
}
.BgClassName
{
background-color: #000FEC;
}
</style>
border-color css
<style>
span { border-color: #000FEC; }
span { border-color: rgb(0,15,236); }
td.TdClassName
{
border-color: #000FEC;
}
.TagClassName
{
border-color: #000FEC;
}
</style>