Shades of Medium Blue #110ED2
Tints of Medium Blue #110ED2
RGB
CMYK
RGB Variations
Color information
#110ED2 (or 0x110ED2) is known color: Medium Blue. HEX triplet: 11, 0E and D2. RGB value is (17,14,210). Sum of RGB (Red+Green+Blue) = 17+14+210=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 210 (82.42% from 255 or 87.14% from 241); Max value from RGB is 210 - color contains mainly: blue. Hex color #110ED2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ED2 is #EEF12D. Grayscale: #242424. Windows color (decimal): -15659310 or 13766161. OLE color: 13766161.
HSL color Cylindrical-coordinate representation of color #110ED2: hue angle of 240.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110ED2 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 14 | 210 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.18 |
| HSL | 240.92º | 0.88% | 0.44% | - |
| HSV(B) | 240.92º | 0.93% | 0.82% | - |
| XYZ | 12.02 | 5.09 | 61.32 | - |
| YUV | 37.24 | 225.49 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 210 | 0.92 | 0.93 | 0 | 0.18 | 240.92 | 0.88 | 0.44 |
| Hex | 11 | E | D2 | 5C | 5D | 0 | 12 | F1 | 58 | 2C |
| Octal | 21 | 16 | 322 | 134 | 135 | 0 | 22 | 361 | 130 | 54 |
| Binary | 10001 | 1110 | 11010010 | 1011100 | 1011101 | 0 | 10010 | 11110001 | 1011000 | 101100 |
Color Harmonies of #110ED2
Complementary color
Monochromatic Colors of #110ED2
Black with #110ED2
Text Example
Text Example
White with #110ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110ED2; }
p { color: rgb(17,14,210); }
H1.HeaderClassName
{
color: #110ED2;
}
.AnyTagClassName
{
color: #110ED2;
}
</style>
background-color css
<style>
a { background-color: #110ED2; }
a { background-color: rgb(17,14,210); }
div.DivClassName
{
background-color: #110ED2;
}
.BgClassName
{
background-color: #110ED2;
}
</style>
border-color css
<style>
span { border-color: #110ED2; }
span { border-color: rgb(17,14,210); }
td.TdClassName
{
border-color: #110ED2;
}
.TagClassName
{
border-color: #110ED2;
}
</style>