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