Shades of Medium Blue #111BD8
Tints of Medium Blue #111BD8
RGB
CMYK
RGB Variations
Color information
#111BD8 (or 0x111BD8) is known color: Medium Blue. HEX triplet: 11, 1B and D8. RGB value is (17,27,216). Sum of RGB (Red+Green+Blue) = 17+27+216=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 216 (84.77% from 255 or 83.08% from 260); Max value from RGB is 216 - color contains mainly: blue. Hex color #111BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BD8 is #EEE427. Grayscale: #2C2C2C. Windows color (decimal): -15655976 or 14162705. OLE color: 14162705.
HSL color Cylindrical-coordinate representation of color #111BD8: hue angle of 236.98º 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 #111BD8 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 27 | 216 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.15 |
| HSL | 236.98º | 0.85% | 0.46% | - |
| HSV(B) | 236.98º | 0.92% | 0.85% | - |
| XYZ | 13.02 | 5.86 | 65.41 | - |
| YUV | 45.56 | 224.19 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 216 | 0.92 | 0.88 | 0 | 0.15 | 236.98 | 0.85 | 0.46 |
| Hex | 11 | 1B | D8 | 5C | 58 | 0 | F | ED | 55 | 2E |
| Octal | 21 | 33 | 330 | 134 | 130 | 0 | 17 | 355 | 125 | 56 |
| Binary | 10001 | 11011 | 11011000 | 1011100 | 1011000 | 0 | 1111 | 11101101 | 1010101 | 101110 |
Color Harmonies of #111BD8
Complementary color
Monochromatic Colors of #111BD8
Black with #111BD8
Text Example
Text Example
White with #111BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BD8; }
p { color: rgb(17,27,216); }
H1.HeaderClassName
{
color: #111BD8;
}
.AnyTagClassName
{
color: #111BD8;
}
</style>
background-color css
<style>
a { background-color: #111BD8; }
a { background-color: rgb(17,27,216); }
div.DivClassName
{
background-color: #111BD8;
}
.BgClassName
{
background-color: #111BD8;
}
</style>
border-color css
<style>
span { border-color: #111BD8; }
span { border-color: rgb(17,27,216); }
td.TdClassName
{
border-color: #111BD8;
}
.TagClassName
{
border-color: #111BD8;
}
</style>