Shades of Medium Blue #110DDA
Tints of Medium Blue #110DDA
RGB
CMYK
RGB Variations
Color information
#110DDA (or 0x110DDA) is known color: Medium Blue. HEX triplet: 11, 0D and DA. RGB value is (17,13,218). Sum of RGB (Red+Green+Blue) = 17+13+218=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #110DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DDA is #EEF225. Grayscale: #242424. Windows color (decimal): -15659558 or 14290193. OLE color: 14290193.
HSL color Cylindrical-coordinate representation of color #110DDA: hue angle of 241.17º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110DDA is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 13 | 218 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.15 |
| HSL | 241.17º | 0.89% | 0.45% | - |
| HSV(B) | 241.17º | 0.94% | 0.85% | - |
| XYZ | 13.03 | 5.47 | 66.7 | - |
| YUV | 37.57 | 229.83 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 218 | 0.92 | 0.94 | 0 | 0.15 | 241.17 | 0.89 | 0.45 |
| Hex | 11 | D | DA | 5C | 5E | 0 | F | F1 | 59 | 2D |
| Octal | 21 | 15 | 332 | 134 | 136 | 0 | 17 | 361 | 131 | 55 |
| Binary | 10001 | 1101 | 11011010 | 1011100 | 1011110 | 0 | 1111 | 11110001 | 1011001 | 101101 |
Color Harmonies of #110DDA
Complementary color
Monochromatic Colors of #110DDA
Black with #110DDA
Text Example
Text Example
White with #110DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DDA; }
p { color: rgb(17,13,218); }
H1.HeaderClassName
{
color: #110DDA;
}
.AnyTagClassName
{
color: #110DDA;
}
</style>
background-color css
<style>
a { background-color: #110DDA; }
a { background-color: rgb(17,13,218); }
div.DivClassName
{
background-color: #110DDA;
}
.BgClassName
{
background-color: #110DDA;
}
</style>
border-color css
<style>
span { border-color: #110DDA; }
span { border-color: rgb(17,13,218); }
td.TdClassName
{
border-color: #110DDA;
}
.TagClassName
{
border-color: #110DDA;
}
</style>