Shades of Cerulean #087CB7
Tints of Cerulean #087CB7
RGB
CMYK
RGB Variations
Color information
#087CB7 (or 0x087CB7) is known color: Cerulean. HEX triplet: 08, 7C and B7. RGB value is (8,124,183). Sum of RGB (Red+Green+Blue) = 8+124+183=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #087CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CB7 is #F78348. Grayscale: #5F5F5F. Windows color (decimal): -16221001 or 12024840. OLE color: 12024840.
HSL color Cylindrical-coordinate representation of color #087CB7: hue angle of 200.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CB7 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 124 | 183 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.28 |
| HSL | 200.23º | 0.92% | 0.37% | - |
| HSV(B) | 200.23º | 0.96% | 0.72% | - |
| XYZ | 15.86 | 17.89 | 47.42 | - |
| YUV | 96.04 | 177.07 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 183 | 0.96 | 0.32 | 0 | 0.28 | 200.23 | 0.92 | 0.37 |
| Hex | 8 | 7C | B7 | 60 | 20 | 0 | 1C | C8 | 5C | 25 |
| Octal | 10 | 174 | 267 | 140 | 40 | 0 | 34 | 310 | 134 | 45 |
| Binary | 1000 | 1111100 | 10110111 | 1100000 | 100000 | 0 | 11100 | 11001000 | 1011100 | 100101 |
Color Harmonies of #087CB7
Complementary color
Monochromatic Colors of #087CB7
Black with #087CB7
Text Example
Text Example
White with #087CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CB7; }
p { color: rgb(8,124,183); }
H1.HeaderClassName
{
color: #087CB7;
}
.AnyTagClassName
{
color: #087CB7;
}
</style>
background-color css
<style>
a { background-color: #087CB7; }
a { background-color: rgb(8,124,183); }
div.DivClassName
{
background-color: #087CB7;
}
.BgClassName
{
background-color: #087CB7;
}
</style>
border-color css
<style>
span { border-color: #087CB7; }
span { border-color: rgb(8,124,183); }
td.TdClassName
{
border-color: #087CB7;
}
.TagClassName
{
border-color: #087CB7;
}
</style>