Shades of Medium Blue #000EDD
Tints of Medium Blue #000EDD
RGB
CMYK
RGB Variations
Color information
#000EDD (or 0x000EDD) is known color: Medium Blue. HEX triplet: 00, 0E and DD. RGB value is (0,14,221). Sum of RGB (Red+Green+Blue) = 0+14+221=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 221 (86.72% from 255 or 94.04% from 235); Max value from RGB is 221 - color contains mainly: blue. Hex color #000EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000EDD is #FFF122. Grayscale: #202020. Windows color (decimal): -16773411 or 14487040. OLE color: 14487040.
HSL color Cylindrical-coordinate representation of color #000EDD: hue angle of 236.2º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EDD is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 14 | 221 | - |
| CMYK | 1 | 0.94 | 0 | 0.13 |
| HSL | 236.2º | 1% | 0.43% | - |
| HSV(B) | 236.2º | 1% | 0.87% | - |
| XYZ | 13.21 | 5.53 | 68.78 | - |
| YUV | 33.41 | 233.86 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 221 | 1 | 0.94 | 0 | 0.13 | 236.2 | 1 | 0.43 |
| Hex | 0 | E | DD | 64 | 5E | 0 | D | EC | 64 | 2B |
| Octal | 0 | 16 | 335 | 144 | 136 | 0 | 15 | 354 | 144 | 53 |
| Binary | 0 | 1110 | 11011101 | 1100100 | 1011110 | 0 | 1101 | 11101100 | 1100100 | 101011 |
Color Harmonies of #000EDD
Complementary color
Monochromatic Colors of #000EDD
Black with #000EDD
Text Example
Text Example
White with #000EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000EDD; }
p { color: rgb(0,14,221); }
H1.HeaderClassName
{
color: #000EDD;
}
.AnyTagClassName
{
color: #000EDD;
}
</style>
background-color css
<style>
a { background-color: #000EDD; }
a { background-color: rgb(0,14,221); }
div.DivClassName
{
background-color: #000EDD;
}
.BgClassName
{
background-color: #000EDD;
}
</style>
border-color css
<style>
span { border-color: #000EDD; }
span { border-color: rgb(0,14,221); }
td.TdClassName
{
border-color: #000EDD;
}
.TagClassName
{
border-color: #000EDD;
}
</style>