Shades of Medium Blue #001EDD
Tints of Medium Blue #001EDD
RGB
CMYK
RGB Variations
Color information
#001EDD (or 0x001EDD) is known color: Medium Blue. HEX triplet: 00, 1E and DD. RGB value is (0,30,221). Sum of RGB (Red+Green+Blue) = 0+30+221=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #001EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EDD is #FFE122. Grayscale: #2A2A2A. Windows color (decimal): -16769315 or 14491136. OLE color: 14491136.
HSL color Cylindrical-coordinate representation of color #001EDD: hue angle of 231.86º 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 #001EDD is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 30 | 221 | - |
| CMYK | 1 | 0.86 | 0 | 0.13 |
| HSL | 231.86º | 1% | 0.43% | - |
| HSV(B) | 231.86º | 1% | 0.87% | - |
| XYZ | 13.52 | 6.15 | 68.88 | - |
| YUV | 42.8 | 228.56 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 221 | 1 | 0.86 | 0 | 0.13 | 231.86 | 1 | 0.43 |
| Hex | 0 | 1E | DD | 64 | 56 | 0 | D | E8 | 64 | 2B |
| Octal | 0 | 36 | 335 | 144 | 126 | 0 | 15 | 350 | 144 | 53 |
| Binary | 0 | 11110 | 11011101 | 1100100 | 1010110 | 0 | 1101 | 11101000 | 1100100 | 101011 |
Color Harmonies of #001EDD
Complementary color
Monochromatic Colors of #001EDD
Black with #001EDD
Text Example
Text Example
White with #001EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EDD; }
p { color: rgb(0,30,221); }
H1.HeaderClassName
{
color: #001EDD;
}
.AnyTagClassName
{
color: #001EDD;
}
</style>
background-color css
<style>
a { background-color: #001EDD; }
a { background-color: rgb(0,30,221); }
div.DivClassName
{
background-color: #001EDD;
}
.BgClassName
{
background-color: #001EDD;
}
</style>
border-color css
<style>
span { border-color: #001EDD; }
span { border-color: rgb(0,30,221); }
td.TdClassName
{
border-color: #001EDD;
}
.TagClassName
{
border-color: #001EDD;
}
</style>