Shades of Cerulean #117CBF
Tints of Cerulean #117CBF
RGB
CMYK
RGB Variations
Color information
#117CBF (or 0x117CBF) is known color: Cerulean. HEX triplet: 11, 7C and BF. RGB value is (17,124,191). Sum of RGB (Red+Green+Blue) = 17+124+191=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #117CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CBF is #EE8340. Grayscale: #636363. Windows color (decimal): -15631169 or 12549137. OLE color: 12549137.
HSL color Cylindrical-coordinate representation of color #117CBF: hue angle of 203.1º 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 #117CBF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 124 | 191 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.25 |
| HSL | 203.1º | 0.84% | 0.41% | - |
| HSV(B) | 203.1º | 0.91% | 0.75% | - |
| XYZ | 16.84 | 18.3 | 51.93 | - |
| YUV | 99.65 | 179.55 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 191 | 0.91 | 0.35 | 0 | 0.25 | 203.1 | 0.84 | 0.41 |
| Hex | 11 | 7C | BF | 5B | 23 | 0 | 19 | CB | 54 | 29 |
| Octal | 21 | 174 | 277 | 133 | 43 | 0 | 31 | 313 | 124 | 51 |
| Binary | 10001 | 1111100 | 10111111 | 1011011 | 100011 | 0 | 11001 | 11001011 | 1010100 | 101001 |
Color Harmonies of #117CBF
Complementary color
Monochromatic Colors of #117CBF
Black with #117CBF
Text Example
Text Example
White with #117CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CBF; }
p { color: rgb(17,124,191); }
H1.HeaderClassName
{
color: #117CBF;
}
.AnyTagClassName
{
color: #117CBF;
}
</style>
background-color css
<style>
a { background-color: #117CBF; }
a { background-color: rgb(17,124,191); }
div.DivClassName
{
background-color: #117CBF;
}
.BgClassName
{
background-color: #117CBF;
}
</style>
border-color css
<style>
span { border-color: #117CBF; }
span { border-color: rgb(17,124,191); }
td.TdClassName
{
border-color: #117CBF;
}
.TagClassName
{
border-color: #117CBF;
}
</style>