Shades of Cerulean #117FC1
Tints of Cerulean #117FC1
RGB
CMYK
RGB Variations
Color information
#117FC1 (or 0x117FC1) is known color: Cerulean. HEX triplet: 11, 7F and C1. RGB value is (17,127,193). Sum of RGB (Red+Green+Blue) = 17+127+193=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #117FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FC1 is #EE803E. Grayscale: #656565. Windows color (decimal): -15630399 or 12680977. OLE color: 12680977.
HSL color Cylindrical-coordinate representation of color #117FC1: hue angle of 202.5º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FC1 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 127 | 193 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.24 |
| HSL | 202.5º | 0.84% | 0.41% | - |
| HSV(B) | 202.5º | 0.91% | 0.76% | - |
| XYZ | 17.45 | 19.15 | 53.23 | - |
| YUV | 101.63 | 179.56 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 193 | 0.91 | 0.34 | 0 | 0.24 | 202.5 | 0.84 | 0.41 |
| Hex | 11 | 7F | C1 | 5B | 22 | 0 | 18 | CA | 54 | 29 |
| Octal | 21 | 177 | 301 | 133 | 42 | 0 | 30 | 312 | 124 | 51 |
| Binary | 10001 | 1111111 | 11000001 | 1011011 | 100010 | 0 | 11000 | 11001010 | 1010100 | 101001 |
Color Harmonies of #117FC1
Complementary color
Monochromatic Colors of #117FC1
Black with #117FC1
Text Example
Text Example
White with #117FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FC1; }
p { color: rgb(17,127,193); }
H1.HeaderClassName
{
color: #117FC1;
}
.AnyTagClassName
{
color: #117FC1;
}
</style>
background-color css
<style>
a { background-color: #117FC1; }
a { background-color: rgb(17,127,193); }
div.DivClassName
{
background-color: #117FC1;
}
.BgClassName
{
background-color: #117FC1;
}
</style>
border-color css
<style>
span { border-color: #117FC1; }
span { border-color: rgb(17,127,193); }
td.TdClassName
{
border-color: #117FC1;
}
.TagClassName
{
border-color: #117FC1;
}
</style>