Shades of Cerulean #087CB9
Tints of Cerulean #087CB9
RGB
CMYK
RGB Variations
Color information
#087CB9 (or 0x087CB9) is known color: Cerulean. HEX triplet: 08, 7C and B9. RGB value is (8,124,185). Sum of RGB (Red+Green+Blue) = 8+124+185=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #087CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CB9 is #F78346. Grayscale: #5F5F5F. Windows color (decimal): -16220999 or 12155912. OLE color: 12155912.
HSL color Cylindrical-coordinate representation of color #087CB9: hue angle of 200.68º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CB9 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 124 | 185 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.27 |
| HSL | 200.68º | 0.92% | 0.38% | - |
| HSV(B) | 200.68º | 0.96% | 0.73% | - |
| XYZ | 16.06 | 17.97 | 48.52 | - |
| YUV | 96.27 | 178.07 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 185 | 0.96 | 0.33 | 0 | 0.27 | 200.68 | 0.92 | 0.38 |
| Hex | 8 | 7C | B9 | 60 | 21 | 0 | 1B | C9 | 5C | 26 |
| Octal | 10 | 174 | 271 | 140 | 41 | 0 | 33 | 311 | 134 | 46 |
| Binary | 1000 | 1111100 | 10111001 | 1100000 | 100001 | 0 | 11011 | 11001001 | 1011100 | 100110 |
Color Harmonies of #087CB9
Complementary color
Monochromatic Colors of #087CB9
Black with #087CB9
Text Example
Text Example
White with #087CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CB9; }
p { color: rgb(8,124,185); }
H1.HeaderClassName
{
color: #087CB9;
}
.AnyTagClassName
{
color: #087CB9;
}
</style>
background-color css
<style>
a { background-color: #087CB9; }
a { background-color: rgb(8,124,185); }
div.DivClassName
{
background-color: #087CB9;
}
.BgClassName
{
background-color: #087CB9;
}
</style>
border-color css
<style>
span { border-color: #087CB9; }
span { border-color: rgb(8,124,185); }
td.TdClassName
{
border-color: #087CB9;
}
.TagClassName
{
border-color: #087CB9;
}
</style>