Shades of Cerulean #117CBB
Tints of Cerulean #117CBB
RGB
CMYK
RGB Variations
Color information
#117CBB (or 0x117CBB) is known color: Cerulean. HEX triplet: 11, 7C and BB. RGB value is (17,124,187). Sum of RGB (Red+Green+Blue) = 17+124+187=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #117CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CBB is #EE8344. Grayscale: #626262. Windows color (decimal): -15631173 or 12286993. OLE color: 12286993.
HSL color Cylindrical-coordinate representation of color #117CBB: hue angle of 202.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117CBB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 124 | 187 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.27 |
| HSL | 202.24º | 0.83% | 0.4% | - |
| HSV(B) | 202.24º | 0.91% | 0.73% | - |
| XYZ | 16.41 | 18.12 | 49.65 | - |
| YUV | 99.19 | 177.55 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 187 | 0.91 | 0.34 | 0 | 0.27 | 202.24 | 0.83 | 0.4 |
| Hex | 11 | 7C | BB | 5B | 22 | 0 | 1B | CA | 53 | 28 |
| Octal | 21 | 174 | 273 | 133 | 42 | 0 | 33 | 312 | 123 | 50 |
| Binary | 10001 | 1111100 | 10111011 | 1011011 | 100010 | 0 | 11011 | 11001010 | 1010011 | 101000 |
Color Harmonies of #117CBB
Complementary color
Monochromatic Colors of #117CBB
Black with #117CBB
Text Example
Text Example
White with #117CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CBB; }
p { color: rgb(17,124,187); }
H1.HeaderClassName
{
color: #117CBB;
}
.AnyTagClassName
{
color: #117CBB;
}
</style>
background-color css
<style>
a { background-color: #117CBB; }
a { background-color: rgb(17,124,187); }
div.DivClassName
{
background-color: #117CBB;
}
.BgClassName
{
background-color: #117CBB;
}
</style>
border-color css
<style>
span { border-color: #117CBB; }
span { border-color: rgb(17,124,187); }
td.TdClassName
{
border-color: #117CBB;
}
.TagClassName
{
border-color: #117CBB;
}
</style>