Shades of Cerulean #117EC0
Tints of Cerulean #117EC0
RGB
CMYK
RGB Variations
Color information
#117EC0 (or 0x117EC0) is known color: Cerulean. HEX triplet: 11, 7E and C0. RGB value is (17,126,192). Sum of RGB (Red+Green+Blue) = 17+126+192=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #117EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EC0 is #EE813F. Grayscale: #646464. Windows color (decimal): -15630656 or 12615185. OLE color: 12615185.
HSL color Cylindrical-coordinate representation of color #117EC0: hue angle of 202.63º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EC0 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 126 | 192 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.25 |
| HSL | 202.63º | 0.84% | 0.41% | - |
| HSV(B) | 202.63º | 0.91% | 0.75% | - |
| XYZ | 17.21 | 18.85 | 52.6 | - |
| YUV | 100.93 | 179.39 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 192 | 0.91 | 0.34 | 0 | 0.25 | 202.63 | 0.84 | 0.41 |
| Hex | 11 | 7E | C0 | 5B | 22 | 0 | 19 | CB | 54 | 29 |
| Octal | 21 | 176 | 300 | 133 | 42 | 0 | 31 | 313 | 124 | 51 |
| Binary | 10001 | 1111110 | 11000000 | 1011011 | 100010 | 0 | 11001 | 11001011 | 1010100 | 101001 |
Color Harmonies of #117EC0
Complementary color
Monochromatic Colors of #117EC0
Black with #117EC0
Text Example
Text Example
White with #117EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EC0; }
p { color: rgb(17,126,192); }
H1.HeaderClassName
{
color: #117EC0;
}
.AnyTagClassName
{
color: #117EC0;
}
</style>
background-color css
<style>
a { background-color: #117EC0; }
a { background-color: rgb(17,126,192); }
div.DivClassName
{
background-color: #117EC0;
}
.BgClassName
{
background-color: #117EC0;
}
</style>
border-color css
<style>
span { border-color: #117EC0; }
span { border-color: rgb(17,126,192); }
td.TdClassName
{
border-color: #117EC0;
}
.TagClassName
{
border-color: #117EC0;
}
</style>