Shades of Cerulean #117EB5
Tints of Cerulean #117EB5
RGB
CMYK
RGB Variations
Color information
#117EB5 (or 0x117EB5) is known color: Cerulean. HEX triplet: 11, 7E and B5. RGB value is (17,126,181). Sum of RGB (Red+Green+Blue) = 17+126+181=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #117EB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EB5 is #EE814A. Grayscale: #636363. Windows color (decimal): -15630667 or 11894289. OLE color: 11894289.
HSL color Cylindrical-coordinate representation of color #117EB5: hue angle of 200.12º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EB5 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 126 | 181 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.29 |
| HSL | 200.12º | 0.83% | 0.39% | - |
| HSV(B) | 200.12º | 0.91% | 0.71% | - |
| XYZ | 16.03 | 18.38 | 46.42 | - |
| YUV | 99.68 | 173.89 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 181 | 0.91 | 0.30 | 0 | 0.29 | 200.12 | 0.83 | 0.39 |
| Hex | 11 | 7E | B5 | 5B | 1E | 0 | 1D | C8 | 53 | 27 |
| Octal | 21 | 176 | 265 | 133 | 36 | 0 | 35 | 310 | 123 | 47 |
| Binary | 10001 | 1111110 | 10110101 | 1011011 | 11110 | 0 | 11101 | 11001000 | 1010011 | 100111 |
Color Harmonies of #117EB5
Complementary color
Monochromatic Colors of #117EB5
Black with #117EB5
Text Example
Text Example
White with #117EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EB5; }
p { color: rgb(17,126,181); }
H1.HeaderClassName
{
color: #117EB5;
}
.AnyTagClassName
{
color: #117EB5;
}
</style>
background-color css
<style>
a { background-color: #117EB5; }
a { background-color: rgb(17,126,181); }
div.DivClassName
{
background-color: #117EB5;
}
.BgClassName
{
background-color: #117EB5;
}
</style>
border-color css
<style>
span { border-color: #117EB5; }
span { border-color: rgb(17,126,181); }
td.TdClassName
{
border-color: #117EB5;
}
.TagClassName
{
border-color: #117EB5;
}
</style>