Shades of Medium Blue #000ED2
Tints of Medium Blue #000ED2
RGB
CMYK
RGB Variations
Color information
#000ED2 (or 0x000ED2) is known color: Medium Blue. HEX triplet: 00, 0E and D2. RGB value is (0,14,210). Sum of RGB (Red+Green+Blue) = 0+14+210=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 210 (82.42% from 255 or 93.75% from 224); Max value from RGB is 210 - color contains mainly: blue. Hex color #000ED2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ED2 is #FFF12D. Grayscale: #1F1F1F. Windows color (decimal): -16773422 or 13766144. OLE color: 13766144.
HSL color Cylindrical-coordinate representation of color #000ED2: hue angle of 236º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ED2 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 14 | 210 | - |
| CMYK | 1 | 0.93 | 0 | 0.18 |
| HSL | 236º | 1% | 0.41% | - |
| HSV(B) | 236º | 1% | 0.82% | - |
| XYZ | 11.79 | 4.97 | 61.31 | - |
| YUV | 32.16 | 228.36 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 210 | 1 | 0.93 | 0 | 0.18 | 236 | 1 | 0.41 |
| Hex | 0 | E | D2 | 64 | 5D | 0 | 12 | EC | 64 | 29 |
| Octal | 0 | 16 | 322 | 144 | 135 | 0 | 22 | 354 | 144 | 51 |
| Binary | 0 | 1110 | 11010010 | 1100100 | 1011101 | 0 | 10010 | 11101100 | 1100100 | 101001 |
Color Harmonies of #000ED2
Complementary color
Monochromatic Colors of #000ED2
Black with #000ED2
Text Example
Text Example
White with #000ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ED2; }
p { color: rgb(0,14,210); }
H1.HeaderClassName
{
color: #000ED2;
}
.AnyTagClassName
{
color: #000ED2;
}
</style>
background-color css
<style>
a { background-color: #000ED2; }
a { background-color: rgb(0,14,210); }
div.DivClassName
{
background-color: #000ED2;
}
.BgClassName
{
background-color: #000ED2;
}
</style>
border-color css
<style>
span { border-color: #000ED2; }
span { border-color: rgb(0,14,210); }
td.TdClassName
{
border-color: #000ED2;
}
.TagClassName
{
border-color: #000ED2;
}
</style>