Shades of Cerulean #117DBF
Tints of Cerulean #117DBF
RGB
CMYK
RGB Variations
Color information
#117DBF (or 0x117DBF) is known color: Cerulean. HEX triplet: 11, 7D and BF. RGB value is (17,125,191). Sum of RGB (Red+Green+Blue) = 17+125+191=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #117DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DBF is #EE8240. Grayscale: #636363. Windows color (decimal): -15630913 or 12549393. OLE color: 12549393.
HSL color Cylindrical-coordinate representation of color #117DBF: hue angle of 202.76º 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 #117DBF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 125 | 191 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.25 |
| HSL | 202.76º | 0.84% | 0.41% | - |
| HSV(B) | 202.76º | 0.91% | 0.75% | - |
| XYZ | 16.97 | 18.55 | 51.98 | - |
| YUV | 100.23 | 179.22 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 191 | 0.91 | 0.35 | 0 | 0.25 | 202.76 | 0.84 | 0.41 |
| Hex | 11 | 7D | BF | 5B | 23 | 0 | 19 | CB | 54 | 29 |
| Octal | 21 | 175 | 277 | 133 | 43 | 0 | 31 | 313 | 124 | 51 |
| Binary | 10001 | 1111101 | 10111111 | 1011011 | 100011 | 0 | 11001 | 11001011 | 1010100 | 101001 |
Color Harmonies of #117DBF
Complementary color
Monochromatic Colors of #117DBF
Black with #117DBF
Text Example
Text Example
White with #117DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DBF; }
p { color: rgb(17,125,191); }
H1.HeaderClassName
{
color: #117DBF;
}
.AnyTagClassName
{
color: #117DBF;
}
</style>
background-color css
<style>
a { background-color: #117DBF; }
a { background-color: rgb(17,125,191); }
div.DivClassName
{
background-color: #117DBF;
}
.BgClassName
{
background-color: #117DBF;
}
</style>
border-color css
<style>
span { border-color: #117DBF; }
span { border-color: rgb(17,125,191); }
td.TdClassName
{
border-color: #117DBF;
}
.TagClassName
{
border-color: #117DBF;
}
</style>