Shades of Medium Blue #111AD8
Tints of Medium Blue #111AD8
RGB
CMYK
RGB Variations
Color information
#111AD8 (or 0x111AD8) is known color: Medium Blue. HEX triplet: 11, 1A and D8. RGB value is (17,26,216). Sum of RGB (Red+Green+Blue) = 17+26+216=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 216 (84.77% from 255 or 83.40% from 259); Max value from RGB is 216 - color contains mainly: blue. Hex color #111AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AD8 is #EEE527. Grayscale: #2C2C2C. Windows color (decimal): -15656232 or 14162449. OLE color: 14162449.
HSL color Cylindrical-coordinate representation of color #111AD8: hue angle of 237.29º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111AD8 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 26 | 216 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.15 |
| HSL | 237.29º | 0.85% | 0.46% | - |
| HSV(B) | 237.29º | 0.92% | 0.85% | - |
| XYZ | 13 | 5.82 | 65.4 | - |
| YUV | 44.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 216 | 0.92 | 0.88 | 0 | 0.15 | 237.29 | 0.85 | 0.46 |
| Hex | 11 | 1A | D8 | 5C | 58 | 0 | F | ED | 55 | 2E |
| Octal | 21 | 32 | 330 | 134 | 130 | 0 | 17 | 355 | 125 | 56 |
| Binary | 10001 | 11010 | 11011000 | 1011100 | 1011000 | 0 | 1111 | 11101101 | 1010101 | 101110 |
Color Harmonies of #111AD8
Complementary color
Monochromatic Colors of #111AD8
Black with #111AD8
Text Example
Text Example
White with #111AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AD8; }
p { color: rgb(17,26,216); }
H1.HeaderClassName
{
color: #111AD8;
}
.AnyTagClassName
{
color: #111AD8;
}
</style>
background-color css
<style>
a { background-color: #111AD8; }
a { background-color: rgb(17,26,216); }
div.DivClassName
{
background-color: #111AD8;
}
.BgClassName
{
background-color: #111AD8;
}
</style>
border-color css
<style>
span { border-color: #111AD8; }
span { border-color: rgb(17,26,216); }
td.TdClassName
{
border-color: #111AD8;
}
.TagClassName
{
border-color: #111AD8;
}
</style>