Shades of Medium Blue #111EDD
Tints of Medium Blue #111EDD
RGB
CMYK
RGB Variations
Color information
#111EDD (or 0x111EDD) is known color: Medium Blue. HEX triplet: 11, 1E and DD. RGB value is (17,30,221). Sum of RGB (Red+Green+Blue) = 17+30+221=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #111EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EDD is #EEE122. Grayscale: #2F2F2F. Windows color (decimal): -15655203 or 14491153. OLE color: 14491153.
HSL color Cylindrical-coordinate representation of color #111EDD: hue angle of 236.18º 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 #111EDD is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 30 | 221 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.13 |
| HSL | 236.18º | 0.86% | 0.47% | - |
| HSV(B) | 236.18º | 0.92% | 0.87% | - |
| XYZ | 13.75 | 6.27 | 68.89 | - |
| YUV | 47.89 | 225.69 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 221 | 0.92 | 0.86 | 0 | 0.13 | 236.18 | 0.86 | 0.47 |
| Hex | 11 | 1E | DD | 5C | 56 | 0 | D | EC | 56 | 2F |
| Octal | 21 | 36 | 335 | 134 | 126 | 0 | 15 | 354 | 126 | 57 |
| Binary | 10001 | 11110 | 11011101 | 1011100 | 1010110 | 0 | 1101 | 11101100 | 1010110 | 101111 |
Color Harmonies of #111EDD
Complementary color
Monochromatic Colors of #111EDD
Black with #111EDD
Text Example
Text Example
White with #111EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111EDD; }
p { color: rgb(17,30,221); }
H1.HeaderClassName
{
color: #111EDD;
}
.AnyTagClassName
{
color: #111EDD;
}
</style>
background-color css
<style>
a { background-color: #111EDD; }
a { background-color: rgb(17,30,221); }
div.DivClassName
{
background-color: #111EDD;
}
.BgClassName
{
background-color: #111EDD;
}
</style>
border-color css
<style>
span { border-color: #111EDD; }
span { border-color: rgb(17,30,221); }
td.TdClassName
{
border-color: #111EDD;
}
.TagClassName
{
border-color: #111EDD;
}
</style>