Shades of Medium Blue #000ED9
Tints of Medium Blue #000ED9
RGB
CMYK
RGB Variations
Color information
#000ED9 (or 0x000ED9) is known color: Medium Blue. HEX triplet: 00, 0E and D9. RGB value is (0,14,217). Sum of RGB (Red+Green+Blue) = 0+14+217=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 217 (85.16% from 255 or 93.94% from 231); Max value from RGB is 217 - color contains mainly: blue. Hex color #000ED9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ED9 is #FFF126. Grayscale: #202020. Windows color (decimal): -16773415 or 14224896. OLE color: 14224896.
HSL color Cylindrical-coordinate representation of color #000ED9: hue angle of 236.13º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ED9 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 14 | 217 | - |
| CMYK | 1 | 0.94 | 0 | 0.15 |
| HSL | 236.13º | 1% | 0.43% | - |
| HSV(B) | 236.13º | 1% | 0.85% | - |
| XYZ | 12.68 | 5.32 | 66 | - |
| YUV | 32.96 | 231.86 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 217 | 1 | 0.94 | 0 | 0.15 | 236.13 | 1 | 0.43 |
| Hex | 0 | E | D9 | 64 | 5E | 0 | F | EC | 64 | 2B |
| Octal | 0 | 16 | 331 | 144 | 136 | 0 | 17 | 354 | 144 | 53 |
| Binary | 0 | 1110 | 11011001 | 1100100 | 1011110 | 0 | 1111 | 11101100 | 1100100 | 101011 |
Color Harmonies of #000ED9
Complementary color
Monochromatic Colors of #000ED9
Black with #000ED9
Text Example
Text Example
White with #000ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ED9; }
p { color: rgb(0,14,217); }
H1.HeaderClassName
{
color: #000ED9;
}
.AnyTagClassName
{
color: #000ED9;
}
</style>
background-color css
<style>
a { background-color: #000ED9; }
a { background-color: rgb(0,14,217); }
div.DivClassName
{
background-color: #000ED9;
}
.BgClassName
{
background-color: #000ED9;
}
</style>
border-color css
<style>
span { border-color: #000ED9; }
span { border-color: rgb(0,14,217); }
td.TdClassName
{
border-color: #000ED9;
}
.TagClassName
{
border-color: #000ED9;
}
</style>