Shades of Medium Blue #001ED2
Tints of Medium Blue #001ED2
RGB
CMYK
RGB Variations
Color information
#001ED2 (or 0x001ED2) is known color: Medium Blue. HEX triplet: 00, 1E and D2. RGB value is (0,30,210). Sum of RGB (Red+Green+Blue) = 0+30+210=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 210 (82.42% from 255 or 87.5% from 240); Max value from RGB is 210 - color contains mainly: blue. Hex color #001ED2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ED2 is #FFE12D. Grayscale: #282828. Windows color (decimal): -16769326 or 13770240. OLE color: 13770240.
HSL color Cylindrical-coordinate representation of color #001ED2: hue angle of 231.43º 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 #001ED2 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 30 | 210 | - |
| CMYK | 1 | 0.86 | 0 | 0.18 |
| HSL | 231.43º | 1% | 0.41% | - |
| HSV(B) | 231.43º | 1% | 0.82% | - |
| XYZ | 12.1 | 5.58 | 61.41 | - |
| YUV | 41.55 | 223.06 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 210 | 1 | 0.86 | 0 | 0.18 | 231.43 | 1 | 0.41 |
| Hex | 0 | 1E | D2 | 64 | 56 | 0 | 12 | E7 | 64 | 29 |
| Octal | 0 | 36 | 322 | 144 | 126 | 0 | 22 | 347 | 144 | 51 |
| Binary | 0 | 11110 | 11010010 | 1100100 | 1010110 | 0 | 10010 | 11100111 | 1100100 | 101001 |
Color Harmonies of #001ED2
Complementary color
Monochromatic Colors of #001ED2
Black with #001ED2
Text Example
Text Example
White with #001ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001ED2; }
p { color: rgb(0,30,210); }
H1.HeaderClassName
{
color: #001ED2;
}
.AnyTagClassName
{
color: #001ED2;
}
</style>
background-color css
<style>
a { background-color: #001ED2; }
a { background-color: rgb(0,30,210); }
div.DivClassName
{
background-color: #001ED2;
}
.BgClassName
{
background-color: #001ED2;
}
</style>
border-color css
<style>
span { border-color: #001ED2; }
span { border-color: rgb(0,30,210); }
td.TdClassName
{
border-color: #001ED2;
}
.TagClassName
{
border-color: #001ED2;
}
</style>