Shades of Cerulean #087CB5
Tints of Cerulean #087CB5
RGB
CMYK
RGB Variations
Color information
#087CB5 (or 0x087CB5) is known color: Cerulean. HEX triplet: 08, 7C and B5. RGB value is (8,124,181). Sum of RGB (Red+Green+Blue) = 8+124+181=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #087CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CB5 is #F7834A. Grayscale: #5F5F5F. Windows color (decimal): -16221003 or 11893768. OLE color: 11893768.
HSL color Cylindrical-coordinate representation of color #087CB5: hue angle of 199.77º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CB5 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 124 | 181 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.29 |
| HSL | 199.77º | 0.92% | 0.37% | - |
| HSV(B) | 199.77º | 0.96% | 0.71% | - |
| XYZ | 15.65 | 17.8 | 46.33 | - |
| YUV | 95.81 | 176.07 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 181 | 0.96 | 0.31 | 0 | 0.29 | 199.77 | 0.92 | 0.37 |
| Hex | 8 | 7C | B5 | 60 | 1F | 0 | 1D | C8 | 5C | 25 |
| Octal | 10 | 174 | 265 | 140 | 37 | 0 | 35 | 310 | 134 | 45 |
| Binary | 1000 | 1111100 | 10110101 | 1100000 | 11111 | 0 | 11101 | 11001000 | 1011100 | 100101 |
Color Harmonies of #087CB5
Complementary color
Monochromatic Colors of #087CB5
Black with #087CB5
Text Example
Text Example
White with #087CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CB5; }
p { color: rgb(8,124,181); }
H1.HeaderClassName
{
color: #087CB5;
}
.AnyTagClassName
{
color: #087CB5;
}
</style>
background-color css
<style>
a { background-color: #087CB5; }
a { background-color: rgb(8,124,181); }
div.DivClassName
{
background-color: #087CB5;
}
.BgClassName
{
background-color: #087CB5;
}
</style>
border-color css
<style>
span { border-color: #087CB5; }
span { border-color: rgb(8,124,181); }
td.TdClassName
{
border-color: #087CB5;
}
.TagClassName
{
border-color: #087CB5;
}
</style>