Shades of Medium Blue #011ED1
Tints of Medium Blue #011ED1
RGB
CMYK
RGB Variations
Color information
#011ED1 (or 0x011ED1) is known color: Medium Blue. HEX triplet: 01, 1E and D1. RGB value is (1,30,209). Sum of RGB (Red+Green+Blue) = 1+30+209=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 209 (82.03% from 255 or 87.08% from 240); Max value from RGB is 209 - color contains mainly: blue. Hex color #011ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ED1 is #FEE12E. Grayscale: #282828. Windows color (decimal): -16703791 or 13704705. OLE color: 13704705.
HSL color Cylindrical-coordinate representation of color #011ED1: hue angle of 231.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ED1 is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 30 | 209 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.18 |
| HSL | 231.63º | 0.99% | 0.41% | - |
| HSV(B) | 231.63º | 1% | 0.82% | - |
| XYZ | 11.99 | 5.54 | 60.76 | - |
| YUV | 41.74 | 222.39 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 209 | 1.00 | 0.86 | 0 | 0.18 | 231.63 | 0.99 | 0.41 |
| Hex | 1 | 1E | D1 | 64 | 56 | 0 | 12 | E8 | 63 | 29 |
| Octal | 1 | 36 | 321 | 144 | 126 | 0 | 22 | 350 | 143 | 51 |
| Binary | 1 | 11110 | 11010001 | 1100100 | 1010110 | 0 | 10010 | 11101000 | 1100011 | 101001 |
Color Harmonies of #011ED1
Complementary color
Monochromatic Colors of #011ED1
Black with #011ED1
Text Example
Text Example
White with #011ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011ED1; }
p { color: rgb(1,30,209); }
H1.HeaderClassName
{
color: #011ED1;
}
.AnyTagClassName
{
color: #011ED1;
}
</style>
background-color css
<style>
a { background-color: #011ED1; }
a { background-color: rgb(1,30,209); }
div.DivClassName
{
background-color: #011ED1;
}
.BgClassName
{
background-color: #011ED1;
}
</style>
border-color css
<style>
span { border-color: #011ED1; }
span { border-color: rgb(1,30,209); }
td.TdClassName
{
border-color: #011ED1;
}
.TagClassName
{
border-color: #011ED1;
}
</style>