Shades of Medium Blue #111CDE
Tints of Medium Blue #111CDE
RGB
CMYK
RGB Variations
Color information
#111CDE (or 0x111CDE) is known color: Medium Blue. HEX triplet: 11, 1C and DE. RGB value is (17,28,222). Sum of RGB (Red+Green+Blue) = 17+28+222=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 222 (87.11% from 255 or 83.15% from 267); Max value from RGB is 222 - color contains mainly: blue. Hex color #111CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CDE is #EEE321. Grayscale: #2E2E2E. Windows color (decimal): -15655714 or 14556177. OLE color: 14556177.
HSL color Cylindrical-coordinate representation of color #111CDE: hue angle of 236.78º 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 #111CDE is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 28 | 222 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.13 |
| HSL | 236.78º | 0.86% | 0.47% | - |
| HSV(B) | 236.78º | 0.92% | 0.87% | - |
| XYZ | 13.83 | 6.22 | 69.58 | - |
| YUV | 46.83 | 226.86 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 222 | 0.92 | 0.87 | 0 | 0.13 | 236.78 | 0.86 | 0.47 |
| Hex | 11 | 1C | DE | 5C | 57 | 0 | D | ED | 56 | 2F |
| Octal | 21 | 34 | 336 | 134 | 127 | 0 | 15 | 355 | 126 | 57 |
| Binary | 10001 | 11100 | 11011110 | 1011100 | 1010111 | 0 | 1101 | 11101101 | 1010110 | 101111 |
Color Harmonies of #111CDE
Complementary color
Monochromatic Colors of #111CDE
Black with #111CDE
Text Example
Text Example
White with #111CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CDE; }
p { color: rgb(17,28,222); }
H1.HeaderClassName
{
color: #111CDE;
}
.AnyTagClassName
{
color: #111CDE;
}
</style>
background-color css
<style>
a { background-color: #111CDE; }
a { background-color: rgb(17,28,222); }
div.DivClassName
{
background-color: #111CDE;
}
.BgClassName
{
background-color: #111CDE;
}
</style>
border-color css
<style>
span { border-color: #111CDE; }
span { border-color: rgb(17,28,222); }
td.TdClassName
{
border-color: #111CDE;
}
.TagClassName
{
border-color: #111CDE;
}
</style>