Shades of Cerulean #087CBD
Tints of Cerulean #087CBD
RGB
CMYK
RGB Variations
Color information
#087CBD (or 0x087CBD) is known color: Cerulean. HEX triplet: 08, 7C and BD. RGB value is (8,124,189). Sum of RGB (Red+Green+Blue) = 8+124+189=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #087CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CBD is #F78342. Grayscale: #606060. Windows color (decimal): -16220995 or 12418056. OLE color: 12418056.
HSL color Cylindrical-coordinate representation of color #087CBD: hue angle of 201.55º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CBD is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 124 | 189 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.26 |
| HSL | 201.55º | 0.92% | 0.39% | - |
| HSV(B) | 201.55º | 0.96% | 0.74% | - |
| XYZ | 16.49 | 18.14 | 50.78 | - |
| YUV | 96.73 | 180.07 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 189 | 0.96 | 0.34 | 0 | 0.26 | 201.55 | 0.92 | 0.39 |
| Hex | 8 | 7C | BD | 60 | 22 | 0 | 1A | CA | 5C | 27 |
| Octal | 10 | 174 | 275 | 140 | 42 | 0 | 32 | 312 | 134 | 47 |
| Binary | 1000 | 1111100 | 10111101 | 1100000 | 100010 | 0 | 11010 | 11001010 | 1011100 | 100111 |
Color Harmonies of #087CBD
Complementary color
Monochromatic Colors of #087CBD
Black with #087CBD
Text Example
Text Example
White with #087CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CBD; }
p { color: rgb(8,124,189); }
H1.HeaderClassName
{
color: #087CBD;
}
.AnyTagClassName
{
color: #087CBD;
}
</style>
background-color css
<style>
a { background-color: #087CBD; }
a { background-color: rgb(8,124,189); }
div.DivClassName
{
background-color: #087CBD;
}
.BgClassName
{
background-color: #087CBD;
}
</style>
border-color css
<style>
span { border-color: #087CBD; }
span { border-color: rgb(8,124,189); }
td.TdClassName
{
border-color: #087CBD;
}
.TagClassName
{
border-color: #087CBD;
}
</style>