Shades of Cerulean #087BBC
Tints of Cerulean #087BBC
RGB
CMYK
RGB Variations
Color information
#087BBC (or 0x087BBC) is known color: Cerulean. HEX triplet: 08, 7B and BC. RGB value is (8,123,188). Sum of RGB (Red+Green+Blue) = 8+123+188=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #087BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BBC is #F78443. Grayscale: #5F5F5F. Windows color (decimal): -16221252 or 12352264. OLE color: 12352264.
HSL color Cylindrical-coordinate representation of color #087BBC: hue angle of 201.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087BBC is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 123 | 188 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.26 |
| HSL | 201.67º | 0.92% | 0.38% | - |
| HSV(B) | 201.67º | 0.96% | 0.74% | - |
| XYZ | 16.26 | 17.85 | 50.17 | - |
| YUV | 96.03 | 179.9 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 188 | 0.96 | 0.35 | 0 | 0.26 | 201.67 | 0.92 | 0.38 |
| Hex | 8 | 7B | BC | 60 | 23 | 0 | 1A | CA | 5C | 26 |
| Octal | 10 | 173 | 274 | 140 | 43 | 0 | 32 | 312 | 134 | 46 |
| Binary | 1000 | 1111011 | 10111100 | 1100000 | 100011 | 0 | 11010 | 11001010 | 1011100 | 100110 |
Color Harmonies of #087BBC
Complementary color
Monochromatic Colors of #087BBC
Black with #087BBC
Text Example
Text Example
White with #087BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BBC; }
p { color: rgb(8,123,188); }
H1.HeaderClassName
{
color: #087BBC;
}
.AnyTagClassName
{
color: #087BBC;
}
</style>
background-color css
<style>
a { background-color: #087BBC; }
a { background-color: rgb(8,123,188); }
div.DivClassName
{
background-color: #087BBC;
}
.BgClassName
{
background-color: #087BBC;
}
</style>
border-color css
<style>
span { border-color: #087BBC; }
span { border-color: rgb(8,123,188); }
td.TdClassName
{
border-color: #087BBC;
}
.TagClassName
{
border-color: #087BBC;
}
</style>