Shades of Cerulean #117FB4
Tints of Cerulean #117FB4
RGB
CMYK
RGB Variations
Color information
#117FB4 (or 0x117FB4) is known color: Cerulean. HEX triplet: 11, 7F and B4. RGB value is (17,127,180). Sum of RGB (Red+Green+Blue) = 17+127+180=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #117FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FB4 is #EE804B. Grayscale: #636363. Windows color (decimal): -15630412 or 11829009. OLE color: 11829009.
HSL color Cylindrical-coordinate representation of color #117FB4: hue angle of 199.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FB4 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 127 | 180 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.29 |
| HSL | 199.51º | 0.83% | 0.39% | - |
| HSV(B) | 199.51º | 0.91% | 0.71% | - |
| XYZ | 16.06 | 18.59 | 45.92 | - |
| YUV | 100.15 | 173.06 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 180 | 0.91 | 0.29 | 0 | 0.29 | 199.51 | 0.83 | 0.39 |
| Hex | 11 | 7F | B4 | 5B | 1D | 0 | 1D | C8 | 53 | 27 |
| Octal | 21 | 177 | 264 | 133 | 35 | 0 | 35 | 310 | 123 | 47 |
| Binary | 10001 | 1111111 | 10110100 | 1011011 | 11101 | 0 | 11101 | 11001000 | 1010011 | 100111 |
Color Harmonies of #117FB4
Complementary color
Monochromatic Colors of #117FB4
Black with #117FB4
Text Example
Text Example
White with #117FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FB4; }
p { color: rgb(17,127,180); }
H1.HeaderClassName
{
color: #117FB4;
}
.AnyTagClassName
{
color: #117FB4;
}
</style>
background-color css
<style>
a { background-color: #117FB4; }
a { background-color: rgb(17,127,180); }
div.DivClassName
{
background-color: #117FB4;
}
.BgClassName
{
background-color: #117FB4;
}
</style>
border-color css
<style>
span { border-color: #117FB4; }
span { border-color: rgb(17,127,180); }
td.TdClassName
{
border-color: #117FB4;
}
.TagClassName
{
border-color: #117FB4;
}
</style>