Shades of Cerulean #117BB3
Tints of Cerulean #117BB3
RGB
CMYK
RGB Variations
Color information
#117BB3 (or 0x117BB3) is known color: Cerulean. HEX triplet: 11, 7B and B3. RGB value is (17,123,179). Sum of RGB (Red+Green+Blue) = 17+123+179=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #117BB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BB3 is #EE844C. Grayscale: #616161. Windows color (decimal): -15631437 or 11762449. OLE color: 11762449.
HSL color Cylindrical-coordinate representation of color #117BB3: hue angle of 200.74º 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 #117BB3 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 123 | 179 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.30 |
| HSL | 200.74º | 0.83% | 0.38% | - |
| HSV(B) | 200.74º | 0.91% | 0.7% | - |
| XYZ | 15.45 | 17.54 | 45.22 | - |
| YUV | 97.69 | 173.88 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 179 | 0.91 | 0.31 | 0 | 0.30 | 200.74 | 0.83 | 0.38 |
| Hex | 11 | 7B | B3 | 5B | 1F | 0 | 1E | C9 | 53 | 26 |
| Octal | 21 | 173 | 263 | 133 | 37 | 0 | 36 | 311 | 123 | 46 |
| Binary | 10001 | 1111011 | 10110011 | 1011011 | 11111 | 0 | 11110 | 11001001 | 1010011 | 100110 |
Color Harmonies of #117BB3
Complementary color
Monochromatic Colors of #117BB3
Black with #117BB3
Text Example
Text Example
White with #117BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BB3; }
p { color: rgb(17,123,179); }
H1.HeaderClassName
{
color: #117BB3;
}
.AnyTagClassName
{
color: #117BB3;
}
</style>
background-color css
<style>
a { background-color: #117BB3; }
a { background-color: rgb(17,123,179); }
div.DivClassName
{
background-color: #117BB3;
}
.BgClassName
{
background-color: #117BB3;
}
</style>
border-color css
<style>
span { border-color: #117BB3; }
span { border-color: rgb(17,123,179); }
td.TdClassName
{
border-color: #117BB3;
}
.TagClassName
{
border-color: #117BB3;
}
</style>