Shades of Medium Blue #011ED3
Tints of Medium Blue #011ED3
RGB
CMYK
RGB Variations
Color information
#011ED3 (or 0x011ED3) is known color: Medium Blue. HEX triplet: 01, 1E and D3. RGB value is (1,30,211). Sum of RGB (Red+Green+Blue) = 1+30+211=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 211 (82.81% from 255 or 87.19% from 242); Max value from RGB is 211 - color contains mainly: blue. Hex color #011ED3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ED3 is #FEE12C. Grayscale: #292929. Windows color (decimal): -16703789 or 13835777. OLE color: 13835777.
HSL color Cylindrical-coordinate representation of color #011ED3: hue angle of 231.71º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ED3 is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 30 | 211 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.17 |
| HSL | 231.71º | 0.99% | 0.42% | - |
| HSV(B) | 231.71º | 1% | 0.83% | - |
| XYZ | 12.23 | 5.64 | 62.07 | - |
| YUV | 41.96 | 223.39 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 211 | 1.00 | 0.86 | 0 | 0.17 | 231.71 | 0.99 | 0.42 |
| Hex | 1 | 1E | D3 | 64 | 56 | 0 | 11 | E8 | 63 | 2A |
| Octal | 1 | 36 | 323 | 144 | 126 | 0 | 21 | 350 | 143 | 52 |
| Binary | 1 | 11110 | 11010011 | 1100100 | 1010110 | 0 | 10001 | 11101000 | 1100011 | 101010 |
Color Harmonies of #011ED3
Complementary color
Monochromatic Colors of #011ED3
Black with #011ED3
Text Example
Text Example
White with #011ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011ED3; }
p { color: rgb(1,30,211); }
H1.HeaderClassName
{
color: #011ED3;
}
.AnyTagClassName
{
color: #011ED3;
}
</style>
background-color css
<style>
a { background-color: #011ED3; }
a { background-color: rgb(1,30,211); }
div.DivClassName
{
background-color: #011ED3;
}
.BgClassName
{
background-color: #011ED3;
}
</style>
border-color css
<style>
span { border-color: #011ED3; }
span { border-color: rgb(1,30,211); }
td.TdClassName
{
border-color: #011ED3;
}
.TagClassName
{
border-color: #011ED3;
}
</style>