Shades of Cerulean #117DB8
Tints of Cerulean #117DB8
RGB
CMYK
RGB Variations
Color information
#117DB8 (or 0x117DB8) is known color: Cerulean. HEX triplet: 11, 7D and B8. RGB value is (17,125,184). Sum of RGB (Red+Green+Blue) = 17+125+184=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #117DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DB8 is #EE8247. Grayscale: #636363. Windows color (decimal): -15630920 or 12090641. OLE color: 12090641.
HSL color Cylindrical-coordinate representation of color #117DB8: hue angle of 201.2º 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 #117DB8 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 125 | 184 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.28 |
| HSL | 201.2º | 0.83% | 0.39% | - |
| HSV(B) | 201.2º | 0.91% | 0.72% | - |
| XYZ | 16.22 | 18.25 | 48.01 | - |
| YUV | 99.43 | 175.72 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 184 | 0.91 | 0.32 | 0 | 0.28 | 201.2 | 0.83 | 0.39 |
| Hex | 11 | 7D | B8 | 5B | 20 | 0 | 1C | C9 | 53 | 27 |
| Octal | 21 | 175 | 270 | 133 | 40 | 0 | 34 | 311 | 123 | 47 |
| Binary | 10001 | 1111101 | 10111000 | 1011011 | 100000 | 0 | 11100 | 11001001 | 1010011 | 100111 |
Color Harmonies of #117DB8
Complementary color
Monochromatic Colors of #117DB8
Black with #117DB8
Text Example
Text Example
White with #117DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DB8; }
p { color: rgb(17,125,184); }
H1.HeaderClassName
{
color: #117DB8;
}
.AnyTagClassName
{
color: #117DB8;
}
</style>
background-color css
<style>
a { background-color: #117DB8; }
a { background-color: rgb(17,125,184); }
div.DivClassName
{
background-color: #117DB8;
}
.BgClassName
{
background-color: #117DB8;
}
</style>
border-color css
<style>
span { border-color: #117DB8; }
span { border-color: rgb(17,125,184); }
td.TdClassName
{
border-color: #117DB8;
}
.TagClassName
{
border-color: #117DB8;
}
</style>