Shades of Medium Blue #111CCE
Tints of Medium Blue #111CCE
RGB
CMYK
RGB Variations
Color information
#111CCE (or 0x111CCE) is known color: Medium Blue. HEX triplet: 11, 1C and CE. RGB value is (17,28,206). Sum of RGB (Red+Green+Blue) = 17+28+206=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #111CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CCE is #EEE331. Grayscale: #2C2C2C. Windows color (decimal): -15655730 or 13507601. OLE color: 13507601.
HSL color Cylindrical-coordinate representation of color #111CCE: hue angle of 236.51º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111CCE is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 28 | 206 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.19 |
| HSL | 236.51º | 0.85% | 0.44% | - |
| HSV(B) | 236.51º | 0.92% | 0.81% | - |
| XYZ | 11.79 | 5.41 | 58.81 | - |
| YUV | 45 | 218.86 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 206 | 0.92 | 0.86 | 0 | 0.19 | 236.51 | 0.85 | 0.44 |
| Hex | 11 | 1C | CE | 5C | 56 | 0 | 13 | ED | 55 | 2C |
| Octal | 21 | 34 | 316 | 134 | 126 | 0 | 23 | 355 | 125 | 54 |
| Binary | 10001 | 11100 | 11001110 | 1011100 | 1010110 | 0 | 10011 | 11101101 | 1010101 | 101100 |
Color Harmonies of #111CCE
Complementary color
Monochromatic Colors of #111CCE
Black with #111CCE
Text Example
Text Example
White with #111CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CCE; }
p { color: rgb(17,28,206); }
H1.HeaderClassName
{
color: #111CCE;
}
.AnyTagClassName
{
color: #111CCE;
}
</style>
background-color css
<style>
a { background-color: #111CCE; }
a { background-color: rgb(17,28,206); }
div.DivClassName
{
background-color: #111CCE;
}
.BgClassName
{
background-color: #111CCE;
}
</style>
border-color css
<style>
span { border-color: #111CCE; }
span { border-color: rgb(17,28,206); }
td.TdClassName
{
border-color: #111CCE;
}
.TagClassName
{
border-color: #111CCE;
}
</style>