Shades of Cerulean #087ABA
Tints of Cerulean #087ABA
RGB
CMYK
RGB Variations
Color information
#087ABA (or 0x087ABA) is known color: Cerulean. HEX triplet: 08, 7A and BA. RGB value is (8,122,186). Sum of RGB (Red+Green+Blue) = 8+122+186=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #087ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ABA is #F78545. Grayscale: #5E5E5E. Windows color (decimal): -16221510 or 12220936. OLE color: 12220936.
HSL color Cylindrical-coordinate representation of color #087ABA: hue angle of 201.57º 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 #087ABA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 122 | 186 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.27 |
| HSL | 201.57º | 0.92% | 0.38% | - |
| HSV(B) | 201.57º | 0.96% | 0.73% | - |
| XYZ | 15.92 | 17.52 | 49 | - |
| YUV | 95.21 | 179.23 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 186 | 0.96 | 0.34 | 0 | 0.27 | 201.57 | 0.92 | 0.38 |
| Hex | 8 | 7A | BA | 60 | 22 | 0 | 1B | CA | 5C | 26 |
| Octal | 10 | 172 | 272 | 140 | 42 | 0 | 33 | 312 | 134 | 46 |
| Binary | 1000 | 1111010 | 10111010 | 1100000 | 100010 | 0 | 11011 | 11001010 | 1011100 | 100110 |
Color Harmonies of #087ABA
Complementary color
Monochromatic Colors of #087ABA
Black with #087ABA
Text Example
Text Example
White with #087ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087ABA; }
p { color: rgb(8,122,186); }
H1.HeaderClassName
{
color: #087ABA;
}
.AnyTagClassName
{
color: #087ABA;
}
</style>
background-color css
<style>
a { background-color: #087ABA; }
a { background-color: rgb(8,122,186); }
div.DivClassName
{
background-color: #087ABA;
}
.BgClassName
{
background-color: #087ABA;
}
</style>
border-color css
<style>
span { border-color: #087ABA; }
span { border-color: rgb(8,122,186); }
td.TdClassName
{
border-color: #087ABA;
}
.TagClassName
{
border-color: #087ABA;
}
</style>