Shades of Cerulean #087AB4
Tints of Cerulean #087AB4
RGB
CMYK
RGB Variations
Color information
#087AB4 (or 0x087AB4) is known color: Cerulean. HEX triplet: 08, 7A and B4. RGB value is (8,122,180). Sum of RGB (Red+Green+Blue) = 8+122+180=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #087AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087AB4 is #F7854B. Grayscale: #5E5E5E. Windows color (decimal): -16221516 or 11827720. OLE color: 11827720.
HSL color Cylindrical-coordinate representation of color #087AB4: hue angle of 200.23º degrees, saturation: 0.91, 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 #087AB4 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 122 | 180 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.29 |
| HSL | 200.23º | 0.91% | 0.37% | - |
| HSV(B) | 200.23º | 0.96% | 0.71% | - |
| XYZ | 15.3 | 17.27 | 45.71 | - |
| YUV | 94.53 | 176.23 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 180 | 0.96 | 0.32 | 0 | 0.29 | 200.23 | 0.91 | 0.37 |
| Hex | 8 | 7A | B4 | 60 | 20 | 0 | 1D | C8 | 5B | 25 |
| Octal | 10 | 172 | 264 | 140 | 40 | 0 | 35 | 310 | 133 | 45 |
| Binary | 1000 | 1111010 | 10110100 | 1100000 | 100000 | 0 | 11101 | 11001000 | 1011011 | 100101 |
Color Harmonies of #087AB4
Complementary color
Monochromatic Colors of #087AB4
Black with #087AB4
Text Example
Text Example
White with #087AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087AB4; }
p { color: rgb(8,122,180); }
H1.HeaderClassName
{
color: #087AB4;
}
.AnyTagClassName
{
color: #087AB4;
}
</style>
background-color css
<style>
a { background-color: #087AB4; }
a { background-color: rgb(8,122,180); }
div.DivClassName
{
background-color: #087AB4;
}
.BgClassName
{
background-color: #087AB4;
}
</style>
border-color css
<style>
span { border-color: #087AB4; }
span { border-color: rgb(8,122,180); }
td.TdClassName
{
border-color: #087AB4;
}
.TagClassName
{
border-color: #087AB4;
}
</style>