Shades of Medium Blue #111CDB
Tints of Medium Blue #111CDB
RGB
CMYK
RGB Variations
Color information
#111CDB (or 0x111CDB) is known color: Medium Blue. HEX triplet: 11, 1C and DB. RGB value is (17,28,219). Sum of RGB (Red+Green+Blue) = 17+28+219=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #111CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CDB is #EEE324. Grayscale: #2D2D2D. Windows color (decimal): -15655717 or 14359569. OLE color: 14359569.
HSL color Cylindrical-coordinate representation of color #111CDB: hue angle of 236.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111CDB is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 28 | 219 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.14 |
| HSL | 236.73º | 0.86% | 0.46% | - |
| HSV(B) | 236.73º | 0.92% | 0.86% | - |
| XYZ | 13.43 | 6.06 | 67.48 | - |
| YUV | 46.49 | 225.36 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 219 | 0.92 | 0.87 | 0 | 0.14 | 236.73 | 0.86 | 0.46 |
| Hex | 11 | 1C | DB | 5C | 57 | 0 | E | ED | 56 | 2E |
| Octal | 21 | 34 | 333 | 134 | 127 | 0 | 16 | 355 | 126 | 56 |
| Binary | 10001 | 11100 | 11011011 | 1011100 | 1010111 | 0 | 1110 | 11101101 | 1010110 | 101110 |
Color Harmonies of #111CDB
Complementary color
Monochromatic Colors of #111CDB
Black with #111CDB
Text Example
Text Example
White with #111CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CDB; }
p { color: rgb(17,28,219); }
H1.HeaderClassName
{
color: #111CDB;
}
.AnyTagClassName
{
color: #111CDB;
}
</style>
background-color css
<style>
a { background-color: #111CDB; }
a { background-color: rgb(17,28,219); }
div.DivClassName
{
background-color: #111CDB;
}
.BgClassName
{
background-color: #111CDB;
}
</style>
border-color css
<style>
span { border-color: #111CDB; }
span { border-color: rgb(17,28,219); }
td.TdClassName
{
border-color: #111CDB;
}
.TagClassName
{
border-color: #111CDB;
}
</style>