Shades of Cerulean #117DBA
Tints of Cerulean #117DBA
RGB
CMYK
RGB Variations
Color information
#117DBA (or 0x117DBA) is known color: Cerulean. HEX triplet: 11, 7D and BA. RGB value is (17,125,186). Sum of RGB (Red+Green+Blue) = 17+125+186=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #117DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DBA is #EE8245. Grayscale: #636363. Windows color (decimal): -15630918 or 12221713. OLE color: 12221713.
HSL color Cylindrical-coordinate representation of color #117DBA: hue angle of 201.66º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117DBA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 125 | 186 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.27 |
| HSL | 201.66º | 0.83% | 0.4% | - |
| HSV(B) | 201.66º | 0.91% | 0.73% | - |
| XYZ | 16.43 | 18.33 | 49.13 | - |
| YUV | 99.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 186 | 0.91 | 0.33 | 0 | 0.27 | 201.66 | 0.83 | 0.4 |
| Hex | 11 | 7D | BA | 5B | 21 | 0 | 1B | CA | 53 | 28 |
| Octal | 21 | 175 | 272 | 133 | 41 | 0 | 33 | 312 | 123 | 50 |
| Binary | 10001 | 1111101 | 10111010 | 1011011 | 100001 | 0 | 11011 | 11001010 | 1010011 | 101000 |
Color Harmonies of #117DBA
Complementary color
Monochromatic Colors of #117DBA
Black with #117DBA
Text Example
Text Example
White with #117DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DBA; }
p { color: rgb(17,125,186); }
H1.HeaderClassName
{
color: #117DBA;
}
.AnyTagClassName
{
color: #117DBA;
}
</style>
background-color css
<style>
a { background-color: #117DBA; }
a { background-color: rgb(17,125,186); }
div.DivClassName
{
background-color: #117DBA;
}
.BgClassName
{
background-color: #117DBA;
}
</style>
border-color css
<style>
span { border-color: #117DBA; }
span { border-color: rgb(17,125,186); }
td.TdClassName
{
border-color: #117DBA;
}
.TagClassName
{
border-color: #117DBA;
}
</style>