Shades of Medium Blue #111ED2
Tints of Medium Blue #111ED2
RGB
CMYK
RGB Variations
Color information
#111ED2 (or 0x111ED2) is known color: Medium Blue. HEX triplet: 11, 1E and D2. RGB value is (17,30,210). Sum of RGB (Red+Green+Blue) = 17+30+210=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 210 (82.42% from 255 or 81.71% from 257); Max value from RGB is 210 - color contains mainly: blue. Hex color #111ED2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ED2 is #EEE12D. Grayscale: #2D2D2D. Windows color (decimal): -15655214 or 13770257. OLE color: 13770257.
HSL color Cylindrical-coordinate representation of color #111ED2: hue angle of 235.96º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111ED2 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 30 | 210 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.18 |
| HSL | 235.96º | 0.85% | 0.45% | - |
| HSV(B) | 235.96º | 0.92% | 0.82% | - |
| XYZ | 12.33 | 5.7 | 61.42 | - |
| YUV | 46.63 | 220.19 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 210 | 0.92 | 0.86 | 0 | 0.18 | 235.96 | 0.85 | 0.45 |
| Hex | 11 | 1E | D2 | 5C | 56 | 0 | 12 | EC | 55 | 2D |
| Octal | 21 | 36 | 322 | 134 | 126 | 0 | 22 | 354 | 125 | 55 |
| Binary | 10001 | 11110 | 11010010 | 1011100 | 1010110 | 0 | 10010 | 11101100 | 1010101 | 101101 |
Color Harmonies of #111ED2
Complementary color
Monochromatic Colors of #111ED2
Black with #111ED2
Text Example
Text Example
White with #111ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111ED2; }
p { color: rgb(17,30,210); }
H1.HeaderClassName
{
color: #111ED2;
}
.AnyTagClassName
{
color: #111ED2;
}
</style>
background-color css
<style>
a { background-color: #111ED2; }
a { background-color: rgb(17,30,210); }
div.DivClassName
{
background-color: #111ED2;
}
.BgClassName
{
background-color: #111ED2;
}
</style>
border-color css
<style>
span { border-color: #111ED2; }
span { border-color: rgb(17,30,210); }
td.TdClassName
{
border-color: #111ED2;
}
.TagClassName
{
border-color: #111ED2;
}
</style>