Shades of Medium Blue #110DBE
Tints of Medium Blue #110DBE
RGB
CMYK
RGB Variations
Color information
#110DBE (or 0x110DBE) is known color: Medium Blue. HEX triplet: 11, 0D and BE. RGB value is (17,13,190). Sum of RGB (Red+Green+Blue) = 17+13+190=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 190 (74.61% from 255 or 86.36% from 220); Max value from RGB is 190 - color contains mainly: blue. Hex color #110DBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DBE is #EEF241. Grayscale: #212121. Windows color (decimal): -15659586 or 12455185. OLE color: 12455185.
HSL color Cylindrical-coordinate representation of color #110DBE: hue angle of 241.36º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110DBE is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 13 | 190 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.25 |
| HSL | 241.36º | 0.87% | 0.4% | - |
| HSV(B) | 241.36º | 0.93% | 0.75% | - |
| XYZ | 9.67 | 4.12 | 49 | - |
| YUV | 34.37 | 215.83 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 190 | 0.91 | 0.93 | 0 | 0.25 | 241.36 | 0.87 | 0.4 |
| Hex | 11 | D | BE | 5B | 5D | 0 | 19 | F1 | 57 | 28 |
| Octal | 21 | 15 | 276 | 133 | 135 | 0 | 31 | 361 | 127 | 50 |
| Binary | 10001 | 1101 | 10111110 | 1011011 | 1011101 | 0 | 11001 | 11110001 | 1010111 | 101000 |
Color Harmonies of #110DBE
Complementary color
Monochromatic Colors of #110DBE
Black with #110DBE
Text Example
Text Example
White with #110DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DBE; }
p { color: rgb(17,13,190); }
H1.HeaderClassName
{
color: #110DBE;
}
.AnyTagClassName
{
color: #110DBE;
}
</style>
background-color css
<style>
a { background-color: #110DBE; }
a { background-color: rgb(17,13,190); }
div.DivClassName
{
background-color: #110DBE;
}
.BgClassName
{
background-color: #110DBE;
}
</style>
border-color css
<style>
span { border-color: #110DBE; }
span { border-color: rgb(17,13,190); }
td.TdClassName
{
border-color: #110DBE;
}
.TagClassName
{
border-color: #110DBE;
}
</style>