Shades of Cerulean #117AAF
Tints of Cerulean #117AAF
RGB
CMYK
RGB Variations
Color information
#117AAF (or 0x117AAF) is known color: Cerulean. HEX triplet: 11, 7A and AF. RGB value is (17,122,175). Sum of RGB (Red+Green+Blue) = 17+122+175=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #117AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117AAF is #EE8550. Grayscale: #606060. Windows color (decimal): -15631697 or 11500049. OLE color: 11500049.
HSL color Cylindrical-coordinate representation of color #117AAF: hue angle of 200.13º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117AAF is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 122 | 175 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.31 |
| HSL | 200.13º | 0.82% | 0.38% | - |
| HSV(B) | 200.13º | 0.9% | 0.69% | - |
| XYZ | 14.93 | 17.13 | 43.08 | - |
| YUV | 96.65 | 172.21 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 175 | 0.90 | 0.30 | 0 | 0.31 | 200.13 | 0.82 | 0.38 |
| Hex | 11 | 7A | AF | 5A | 1E | 0 | 1F | C8 | 52 | 26 |
| Octal | 21 | 172 | 257 | 132 | 36 | 0 | 37 | 310 | 122 | 46 |
| Binary | 10001 | 1111010 | 10101111 | 1011010 | 11110 | 0 | 11111 | 11001000 | 1010010 | 100110 |
Color Harmonies of #117AAF
Complementary color
Monochromatic Colors of #117AAF
Black with #117AAF
Text Example
Text Example
White with #117AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AAF; }
p { color: rgb(17,122,175); }
H1.HeaderClassName
{
color: #117AAF;
}
.AnyTagClassName
{
color: #117AAF;
}
</style>
background-color css
<style>
a { background-color: #117AAF; }
a { background-color: rgb(17,122,175); }
div.DivClassName
{
background-color: #117AAF;
}
.BgClassName
{
background-color: #117AAF;
}
</style>
border-color css
<style>
span { border-color: #117AAF; }
span { border-color: rgb(17,122,175); }
td.TdClassName
{
border-color: #117AAF;
}
.TagClassName
{
border-color: #117AAF;
}
</style>