Shades of Cerulean #117FB3
Tints of Cerulean #117FB3
RGB
CMYK
RGB Variations
Color information
#117FB3 (or 0x117FB3) is known color: Cerulean. HEX triplet: 11, 7F and B3. RGB value is (17,127,179). Sum of RGB (Red+Green+Blue) = 17+127+179=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #117FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FB3 is #EE804C. Grayscale: #636363. Windows color (decimal): -15630413 or 11763473. OLE color: 11763473.
HSL color Cylindrical-coordinate representation of color #117FB3: hue angle of 199.26º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FB3 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 127 | 179 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.30 |
| HSL | 199.26º | 0.83% | 0.38% | - |
| HSV(B) | 199.26º | 0.91% | 0.7% | - |
| XYZ | 15.96 | 18.55 | 45.39 | - |
| YUV | 100.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 179 | 0.91 | 0.29 | 0 | 0.30 | 199.26 | 0.83 | 0.38 |
| Hex | 11 | 7F | B3 | 5B | 1D | 0 | 1E | C7 | 53 | 26 |
| Octal | 21 | 177 | 263 | 133 | 35 | 0 | 36 | 307 | 123 | 46 |
| Binary | 10001 | 1111111 | 10110011 | 1011011 | 11101 | 0 | 11110 | 11000111 | 1010011 | 100110 |
Color Harmonies of #117FB3
Complementary color
Monochromatic Colors of #117FB3
Black with #117FB3
Text Example
Text Example
White with #117FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FB3; }
p { color: rgb(17,127,179); }
H1.HeaderClassName
{
color: #117FB3;
}
.AnyTagClassName
{
color: #117FB3;
}
</style>
background-color css
<style>
a { background-color: #117FB3; }
a { background-color: rgb(17,127,179); }
div.DivClassName
{
background-color: #117FB3;
}
.BgClassName
{
background-color: #117FB3;
}
</style>
border-color css
<style>
span { border-color: #117FB3; }
span { border-color: rgb(17,127,179); }
td.TdClassName
{
border-color: #117FB3;
}
.TagClassName
{
border-color: #117FB3;
}
</style>