Shades of Blue #000EEA
Tints of Blue #000EEA
RGB
CMYK
RGB Variations
Color information
#000EEA (or 0x000EEA) is known color: Blue. HEX triplet: 00, 0E and EA. RGB value is (0,14,234). Sum of RGB (Red+Green+Blue) = 0+14+234=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 234 (91.80% from 255 or 94.35% from 248); Max value from RGB is 234 - color contains mainly: blue. Hex color #000EEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EEA is #FFF115. Grayscale: #222222. Windows color (decimal): -16773398 or 15339008. OLE color: 15339008.
HSL color Cylindrical-coordinate representation of color #000EEA: hue angle of 236.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EEA is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 14 | 234 | - |
| CMYK | 1 | 0.94 | 0 | 0.08 |
| HSL | 236.41º | 1% | 0.46% | - |
| HSV(B) | 236.41º | 1% | 0.92% | - |
| XYZ | 15.01 | 6.25 | 78.26 | - |
| YUV | 34.89 | 240.36 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 234 | 1 | 0.94 | 0 | 0.08 | 236.41 | 1 | 0.46 |
| Hex | 0 | E | EA | 64 | 5E | 0 | 8 | EC | 64 | 2E |
| Octal | 0 | 16 | 352 | 144 | 136 | 0 | 10 | 354 | 144 | 56 |
| Binary | 0 | 1110 | 11101010 | 1100100 | 1011110 | 0 | 1000 | 11101100 | 1100100 | 101110 |
Color Harmonies of #000EEA
Complementary color
Monochromatic Colors of #000EEA
Black with #000EEA
Text Example
Text Example
White with #000EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000EEA; }
p { color: rgb(0,14,234); }
H1.HeaderClassName
{
color: #000EEA;
}
.AnyTagClassName
{
color: #000EEA;
}
</style>
background-color css
<style>
a { background-color: #000EEA; }
a { background-color: rgb(0,14,234); }
div.DivClassName
{
background-color: #000EEA;
}
.BgClassName
{
background-color: #000EEA;
}
</style>
border-color css
<style>
span { border-color: #000EEA; }
span { border-color: rgb(0,14,234); }
td.TdClassName
{
border-color: #000EEA;
}
.TagClassName
{
border-color: #000EEA;
}
</style>