Shades of Cerulean #117DBD
Tints of Cerulean #117DBD
RGB
CMYK
RGB Variations
Color information
#117DBD (or 0x117DBD) is known color: Cerulean. HEX triplet: 11, 7D and BD. RGB value is (17,125,189). Sum of RGB (Red+Green+Blue) = 17+125+189=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #117DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DBD is #EE8242. Grayscale: #636363. Windows color (decimal): -15630915 or 12418321. OLE color: 12418321.
HSL color Cylindrical-coordinate representation of color #117DBD: hue angle of 202.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117DBD is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 125 | 189 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.26 |
| HSL | 202.33º | 0.83% | 0.4% | - |
| HSV(B) | 202.33º | 0.91% | 0.74% | - |
| XYZ | 16.75 | 18.46 | 50.82 | - |
| YUV | 100 | 178.22 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 189 | 0.91 | 0.34 | 0 | 0.26 | 202.33 | 0.83 | 0.4 |
| Hex | 11 | 7D | BD | 5B | 22 | 0 | 1A | CA | 53 | 28 |
| Octal | 21 | 175 | 275 | 133 | 42 | 0 | 32 | 312 | 123 | 50 |
| Binary | 10001 | 1111101 | 10111101 | 1011011 | 100010 | 0 | 11010 | 11001010 | 1010011 | 101000 |
Color Harmonies of #117DBD
Complementary color
Monochromatic Colors of #117DBD
Black with #117DBD
Text Example
Text Example
White with #117DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DBD; }
p { color: rgb(17,125,189); }
H1.HeaderClassName
{
color: #117DBD;
}
.AnyTagClassName
{
color: #117DBD;
}
</style>
background-color css
<style>
a { background-color: #117DBD; }
a { background-color: rgb(17,125,189); }
div.DivClassName
{
background-color: #117DBD;
}
.BgClassName
{
background-color: #117DBD;
}
</style>
border-color css
<style>
span { border-color: #117DBD; }
span { border-color: rgb(17,125,189); }
td.TdClassName
{
border-color: #117DBD;
}
.TagClassName
{
border-color: #117DBD;
}
</style>