Shades of Medium Blue #000ED4
Tints of Medium Blue #000ED4
RGB
CMYK
RGB Variations
Color information
#000ED4 (or 0x000ED4) is known color: Medium Blue. HEX triplet: 00, 0E and D4. RGB value is (0,14,212). Sum of RGB (Red+Green+Blue) = 0+14+212=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 212 (83.20% from 255 or 93.81% from 226); Max value from RGB is 212 - color contains mainly: blue. Hex color #000ED4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ED4 is #FFF12B. Grayscale: #1F1F1F. Windows color (decimal): -16773420 or 13897216. OLE color: 13897216.
HSL color Cylindrical-coordinate representation of color #000ED4: hue angle of 236.04º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ED4 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 14 | 212 | - |
| CMYK | 1 | 0.93 | 0 | 0.17 |
| HSL | 236.04º | 1% | 0.42% | - |
| HSV(B) | 236.04º | 1% | 0.83% | - |
| XYZ | 12.04 | 5.07 | 62.63 | - |
| YUV | 32.39 | 229.36 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 212 | 1 | 0.93 | 0 | 0.17 | 236.04 | 1 | 0.42 |
| Hex | 0 | E | D4 | 64 | 5D | 0 | 11 | EC | 64 | 2A |
| Octal | 0 | 16 | 324 | 144 | 135 | 0 | 21 | 354 | 144 | 52 |
| Binary | 0 | 1110 | 11010100 | 1100100 | 1011101 | 0 | 10001 | 11101100 | 1100100 | 101010 |
Color Harmonies of #000ED4
Complementary color
Monochromatic Colors of #000ED4
Black with #000ED4
Text Example
Text Example
White with #000ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ED4; }
p { color: rgb(0,14,212); }
H1.HeaderClassName
{
color: #000ED4;
}
.AnyTagClassName
{
color: #000ED4;
}
</style>
background-color css
<style>
a { background-color: #000ED4; }
a { background-color: rgb(0,14,212); }
div.DivClassName
{
background-color: #000ED4;
}
.BgClassName
{
background-color: #000ED4;
}
</style>
border-color css
<style>
span { border-color: #000ED4; }
span { border-color: rgb(0,14,212); }
td.TdClassName
{
border-color: #000ED4;
}
.TagClassName
{
border-color: #000ED4;
}
</style>