Shades of Medium Blue #1117CC
Tints of Medium Blue #1117CC
RGB
CMYK
RGB Variations
Color information
#1117CC (or 0x1117CC) is known color: Medium Blue. HEX triplet: 11, 17 and CC. RGB value is (17,23,204). Sum of RGB (Red+Green+Blue) = 17+23+204=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #1117CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1117CC is #EEE833. Grayscale: #292929. Windows color (decimal): -15657012 or 13375249. OLE color: 13375249.
HSL color Cylindrical-coordinate representation of color #1117CC: hue angle of 238.07º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1117CC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 23 | 204 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.2 |
| HSL | 238.07º | 0.85% | 0.43% | - |
| HSV(B) | 238.07º | 0.92% | 0.8% | - |
| XYZ | 11.44 | 5.09 | 57.51 | - |
| YUV | 41.84 | 219.51 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 204 | 0.92 | 0.89 | 0 | 0.2 | 238.07 | 0.85 | 0.43 |
| Hex | 11 | 17 | CC | 5C | 59 | 0 | 14 | EE | 55 | 2B |
| Octal | 21 | 27 | 314 | 134 | 131 | 0 | 24 | 356 | 125 | 53 |
| Binary | 10001 | 10111 | 11001100 | 1011100 | 1011001 | 0 | 10100 | 11101110 | 1010101 | 101011 |
Color Harmonies of #1117CC
Complementary color
Monochromatic Colors of #1117CC
Black with #1117CC
Text Example
Text Example
White with #1117CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1117CC; }
p { color: rgb(17,23,204); }
H1.HeaderClassName
{
color: #1117CC;
}
.AnyTagClassName
{
color: #1117CC;
}
</style>
background-color css
<style>
a { background-color: #1117CC; }
a { background-color: rgb(17,23,204); }
div.DivClassName
{
background-color: #1117CC;
}
.BgClassName
{
background-color: #1117CC;
}
</style>
border-color css
<style>
span { border-color: #1117CC; }
span { border-color: rgb(17,23,204); }
td.TdClassName
{
border-color: #1117CC;
}
.TagClassName
{
border-color: #1117CC;
}
</style>