Shades of Medium Blue #001ED3
Tints of Medium Blue #001ED3
RGB
CMYK
RGB Variations
Color information
#001ED3 (or 0x001ED3) is known color: Medium Blue. HEX triplet: 00, 1E and D3. RGB value is (0,30,211). Sum of RGB (Red+Green+Blue) = 0+30+211=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 211 (82.81% from 255 or 87.55% from 241); Max value from RGB is 211 - color contains mainly: blue. Hex color #001ED3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ED3 is #FFE12C. Grayscale: #282828. Windows color (decimal): -16769325 or 13835776. OLE color: 13835776.
HSL color Cylindrical-coordinate representation of color #001ED3: hue angle of 231.47º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ED3 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 30 | 211 | - |
| CMYK | 1 | 0.86 | 0 | 0.17 |
| HSL | 231.47º | 1% | 0.41% | - |
| HSV(B) | 231.47º | 1% | 0.83% | - |
| XYZ | 12.22 | 5.63 | 62.07 | - |
| YUV | 41.66 | 223.56 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 211 | 1 | 0.86 | 0 | 0.17 | 231.47 | 1 | 0.41 |
| Hex | 0 | 1E | D3 | 64 | 56 | 0 | 11 | E7 | 64 | 29 |
| Octal | 0 | 36 | 323 | 144 | 126 | 0 | 21 | 347 | 144 | 51 |
| Binary | 0 | 11110 | 11010011 | 1100100 | 1010110 | 0 | 10001 | 11100111 | 1100100 | 101001 |
Color Harmonies of #001ED3
Complementary color
Monochromatic Colors of #001ED3
Black with #001ED3
Text Example
Text Example
White with #001ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001ED3; }
p { color: rgb(0,30,211); }
H1.HeaderClassName
{
color: #001ED3;
}
.AnyTagClassName
{
color: #001ED3;
}
</style>
background-color css
<style>
a { background-color: #001ED3; }
a { background-color: rgb(0,30,211); }
div.DivClassName
{
background-color: #001ED3;
}
.BgClassName
{
background-color: #001ED3;
}
</style>
border-color css
<style>
span { border-color: #001ED3; }
span { border-color: rgb(0,30,211); }
td.TdClassName
{
border-color: #001ED3;
}
.TagClassName
{
border-color: #001ED3;
}
</style>