Shades of Blue #000EEC
Tints of Blue #000EEC
RGB
CMYK
RGB Variations
Color information
#000EEC (or 0x000EEC) is known color: Blue. HEX triplet: 00, 0E and EC. RGB value is (0,14,236). Sum of RGB (Red+Green+Blue) = 0+14+236=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 236 (92.58% from 255 or 94.4% from 250); Max value from RGB is 236 - color contains mainly: blue. Hex color #000EEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EEC is #FFF113. Grayscale: #222222. Windows color (decimal): -16773396 or 15470080. OLE color: 15470080.
HSL color Cylindrical-coordinate representation of color #000EEC: hue angle of 236.44º 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 #000EEC is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 14 | 236 | - |
| CMYK | 1 | 0.94 | 0 | 0.07 |
| HSL | 236.44º | 1% | 0.46% | - |
| HSV(B) | 236.44º | 1% | 0.93% | - |
| XYZ | 15.3 | 6.37 | 79.78 | - |
| YUV | 35.12 | 241.36 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 236 | 1 | 0.94 | 0 | 0.07 | 236.44 | 1 | 0.46 |
| Hex | 0 | E | EC | 64 | 5E | 0 | 7 | EC | 64 | 2E |
| Octal | 0 | 16 | 354 | 144 | 136 | 0 | 7 | 354 | 144 | 56 |
| Binary | 0 | 1110 | 11101100 | 1100100 | 1011110 | 0 | 111 | 11101100 | 1100100 | 101110 |
Color Harmonies of #000EEC
Complementary color
Monochromatic Colors of #000EEC
Black with #000EEC
Text Example
Text Example
White with #000EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000EEC; }
p { color: rgb(0,14,236); }
H1.HeaderClassName
{
color: #000EEC;
}
.AnyTagClassName
{
color: #000EEC;
}
</style>
background-color css
<style>
a { background-color: #000EEC; }
a { background-color: rgb(0,14,236); }
div.DivClassName
{
background-color: #000EEC;
}
.BgClassName
{
background-color: #000EEC;
}
</style>
border-color css
<style>
span { border-color: #000EEC; }
span { border-color: rgb(0,14,236); }
td.TdClassName
{
border-color: #000EEC;
}
.TagClassName
{
border-color: #000EEC;
}
</style>