Shades of Medium Blue #111BDD
Tints of Medium Blue #111BDD
RGB
CMYK
RGB Variations
Color information
#111BDD (or 0x111BDD) is known color: Medium Blue. HEX triplet: 11, 1B and DD. RGB value is (17,27,221). Sum of RGB (Red+Green+Blue) = 17+27+221=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #111BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BDD is #EEE422. Grayscale: #2D2D2D. Windows color (decimal): -15655971 or 14490385. OLE color: 14490385.
HSL color Cylindrical-coordinate representation of color #111BDD: hue angle of 237.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111BDD is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 27 | 221 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.13 |
| HSL | 237.06º | 0.86% | 0.47% | - |
| HSV(B) | 237.06º | 0.92% | 0.87% | - |
| XYZ | 13.67 | 6.12 | 68.87 | - |
| YUV | 46.13 | 226.69 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 221 | 0.92 | 0.88 | 0 | 0.13 | 237.06 | 0.86 | 0.47 |
| Hex | 11 | 1B | DD | 5C | 58 | 0 | D | ED | 56 | 2F |
| Octal | 21 | 33 | 335 | 134 | 130 | 0 | 15 | 355 | 126 | 57 |
| Binary | 10001 | 11011 | 11011101 | 1011100 | 1011000 | 0 | 1101 | 11101101 | 1010110 | 101111 |
Color Harmonies of #111BDD
Complementary color
Monochromatic Colors of #111BDD
Black with #111BDD
Text Example
Text Example
White with #111BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BDD; }
p { color: rgb(17,27,221); }
H1.HeaderClassName
{
color: #111BDD;
}
.AnyTagClassName
{
color: #111BDD;
}
</style>
background-color css
<style>
a { background-color: #111BDD; }
a { background-color: rgb(17,27,221); }
div.DivClassName
{
background-color: #111BDD;
}
.BgClassName
{
background-color: #111BDD;
}
</style>
border-color css
<style>
span { border-color: #111BDD; }
span { border-color: rgb(17,27,221); }
td.TdClassName
{
border-color: #111BDD;
}
.TagClassName
{
border-color: #111BDD;
}
</style>