Shades of Cerulean #117CBE
Tints of Cerulean #117CBE
RGB
CMYK
RGB Variations
Color information
#117CBE (or 0x117CBE) is known color: Cerulean. HEX triplet: 11, 7C and BE. RGB value is (17,124,190). Sum of RGB (Red+Green+Blue) = 17+124+190=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #117CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CBE is #EE8341. Grayscale: #636363. Windows color (decimal): -15631170 or 12483601. OLE color: 12483601.
HSL color Cylindrical-coordinate representation of color #117CBE: hue angle of 202.89º 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 #117CBE is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 124 | 190 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.25 |
| HSL | 202.89º | 0.84% | 0.41% | - |
| HSV(B) | 202.89º | 0.91% | 0.75% | - |
| XYZ | 16.73 | 18.25 | 51.36 | - |
| YUV | 99.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 190 | 0.91 | 0.35 | 0 | 0.25 | 202.89 | 0.84 | 0.41 |
| Hex | 11 | 7C | BE | 5B | 23 | 0 | 19 | CB | 54 | 29 |
| Octal | 21 | 174 | 276 | 133 | 43 | 0 | 31 | 313 | 124 | 51 |
| Binary | 10001 | 1111100 | 10111110 | 1011011 | 100011 | 0 | 11001 | 11001011 | 1010100 | 101001 |
Color Harmonies of #117CBE
Complementary color
Monochromatic Colors of #117CBE
Black with #117CBE
Text Example
Text Example
White with #117CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CBE; }
p { color: rgb(17,124,190); }
H1.HeaderClassName
{
color: #117CBE;
}
.AnyTagClassName
{
color: #117CBE;
}
</style>
background-color css
<style>
a { background-color: #117CBE; }
a { background-color: rgb(17,124,190); }
div.DivClassName
{
background-color: #117CBE;
}
.BgClassName
{
background-color: #117CBE;
}
</style>
border-color css
<style>
span { border-color: #117CBE; }
span { border-color: rgb(17,124,190); }
td.TdClassName
{
border-color: #117CBE;
}
.TagClassName
{
border-color: #117CBE;
}
</style>