Shades of Medium Blue #011ED8
Tints of Medium Blue #011ED8
RGB
CMYK
RGB Variations
Color information
#011ED8 (or 0x011ED8) is known color: Medium Blue. HEX triplet: 01, 1E and D8. RGB value is (1,30,216). Sum of RGB (Red+Green+Blue) = 1+30+216=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 216 (84.77% from 255 or 87.45% from 247); Max value from RGB is 216 - color contains mainly: blue. Hex color #011ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ED8 is #FEE127. Grayscale: #292929. Windows color (decimal): -16703784 or 14163457. OLE color: 14163457.
HSL color Cylindrical-coordinate representation of color #011ED8: hue angle of 231.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ED8 is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 30 | 216 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.15 |
| HSL | 231.91º | 0.99% | 0.43% | - |
| HSV(B) | 231.91º | 1% | 0.85% | - |
| XYZ | 12.87 | 5.89 | 65.42 | - |
| YUV | 42.53 | 225.89 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 216 | 1.00 | 0.86 | 0 | 0.15 | 231.91 | 0.99 | 0.43 |
| Hex | 1 | 1E | D8 | 64 | 56 | 0 | F | E8 | 63 | 2B |
| Octal | 1 | 36 | 330 | 144 | 126 | 0 | 17 | 350 | 143 | 53 |
| Binary | 1 | 11110 | 11011000 | 1100100 | 1010110 | 0 | 1111 | 11101000 | 1100011 | 101011 |
Color Harmonies of #011ED8
Complementary color
Monochromatic Colors of #011ED8
Black with #011ED8
Text Example
Text Example
White with #011ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011ED8; }
p { color: rgb(1,30,216); }
H1.HeaderClassName
{
color: #011ED8;
}
.AnyTagClassName
{
color: #011ED8;
}
</style>
background-color css
<style>
a { background-color: #011ED8; }
a { background-color: rgb(1,30,216); }
div.DivClassName
{
background-color: #011ED8;
}
.BgClassName
{
background-color: #011ED8;
}
</style>
border-color css
<style>
span { border-color: #011ED8; }
span { border-color: rgb(1,30,216); }
td.TdClassName
{
border-color: #011ED8;
}
.TagClassName
{
border-color: #011ED8;
}
</style>