Shades of Cerulean #117BB8
Tints of Cerulean #117BB8
RGB
CMYK
RGB Variations
Color information
#117BB8 (or 0x117BB8) is known color: Cerulean. HEX triplet: 11, 7B and B8. RGB value is (17,123,184). Sum of RGB (Red+Green+Blue) = 17+123+184=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #117BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BB8 is #EE8447. Grayscale: #616161. Windows color (decimal): -15631432 or 12090129. OLE color: 12090129.
HSL color Cylindrical-coordinate representation of color #117BB8: hue angle of 201.92º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117BB8 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 123 | 184 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.28 |
| HSL | 201.92º | 0.83% | 0.39% | - |
| HSV(B) | 201.92º | 0.91% | 0.72% | - |
| XYZ | 15.97 | 17.75 | 47.93 | - |
| YUV | 98.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 184 | 0.91 | 0.33 | 0 | 0.28 | 201.92 | 0.83 | 0.39 |
| Hex | 11 | 7B | B8 | 5B | 21 | 0 | 1C | CA | 53 | 27 |
| Octal | 21 | 173 | 270 | 133 | 41 | 0 | 34 | 312 | 123 | 47 |
| Binary | 10001 | 1111011 | 10111000 | 1011011 | 100001 | 0 | 11100 | 11001010 | 1010011 | 100111 |
Color Harmonies of #117BB8
Complementary color
Monochromatic Colors of #117BB8
Black with #117BB8
Text Example
Text Example
White with #117BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BB8; }
p { color: rgb(17,123,184); }
H1.HeaderClassName
{
color: #117BB8;
}
.AnyTagClassName
{
color: #117BB8;
}
</style>
background-color css
<style>
a { background-color: #117BB8; }
a { background-color: rgb(17,123,184); }
div.DivClassName
{
background-color: #117BB8;
}
.BgClassName
{
background-color: #117BB8;
}
</style>
border-color css
<style>
span { border-color: #117BB8; }
span { border-color: rgb(17,123,184); }
td.TdClassName
{
border-color: #117BB8;
}
.TagClassName
{
border-color: #117BB8;
}
</style>