Shades of Medium Blue #110DD2
Tints of Medium Blue #110DD2
RGB
CMYK
RGB Variations
Color information
#110DD2 (or 0x110DD2) is known color: Medium Blue. HEX triplet: 11, 0D and D2. RGB value is (17,13,210). Sum of RGB (Red+Green+Blue) = 17+13+210=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 210 (82.42% from 255 or 87.5% from 240); Max value from RGB is 210 - color contains mainly: blue. Hex color #110DD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DD2 is #EEF22D. Grayscale: #232323. Windows color (decimal): -15659566 or 13765905. OLE color: 13765905.
HSL color Cylindrical-coordinate representation of color #110DD2: hue angle of 241.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110DD2 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 13 | 210 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.18 |
| HSL | 241.22º | 0.88% | 0.44% | - |
| HSV(B) | 241.22º | 0.94% | 0.82% | - |
| XYZ | 12.01 | 5.06 | 61.32 | - |
| YUV | 36.65 | 225.83 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 210 | 0.92 | 0.94 | 0 | 0.18 | 241.22 | 0.88 | 0.44 |
| Hex | 11 | D | D2 | 5C | 5E | 0 | 12 | F1 | 58 | 2C |
| Octal | 21 | 15 | 322 | 134 | 136 | 0 | 22 | 361 | 130 | 54 |
| Binary | 10001 | 1101 | 11010010 | 1011100 | 1011110 | 0 | 10010 | 11110001 | 1011000 | 101100 |
Color Harmonies of #110DD2
Complementary color
Monochromatic Colors of #110DD2
Black with #110DD2
Text Example
Text Example
White with #110DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DD2; }
p { color: rgb(17,13,210); }
H1.HeaderClassName
{
color: #110DD2;
}
.AnyTagClassName
{
color: #110DD2;
}
</style>
background-color css
<style>
a { background-color: #110DD2; }
a { background-color: rgb(17,13,210); }
div.DivClassName
{
background-color: #110DD2;
}
.BgClassName
{
background-color: #110DD2;
}
</style>
border-color css
<style>
span { border-color: #110DD2; }
span { border-color: rgb(17,13,210); }
td.TdClassName
{
border-color: #110DD2;
}
.TagClassName
{
border-color: #110DD2;
}
</style>