Shades of Cerulean #087DBE
Tints of Cerulean #087DBE
RGB
CMYK
RGB Variations
Color information
#087DBE (or 0x087DBE) is known color: Cerulean. HEX triplet: 08, 7D and BE. RGB value is (8,125,190). Sum of RGB (Red+Green+Blue) = 8+125+190=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #087DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DBE is #F78241. Grayscale: #616161. Windows color (decimal): -16220738 or 12483848. OLE color: 12483848.
HSL color Cylindrical-coordinate representation of color #087DBE: hue angle of 201.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DBE is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 125 | 190 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.25 |
| HSL | 201.43º | 0.92% | 0.39% | - |
| HSV(B) | 201.43º | 0.96% | 0.75% | - |
| XYZ | 16.73 | 18.44 | 51.39 | - |
| YUV | 97.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 190 | 0.96 | 0.34 | 0 | 0.25 | 201.43 | 0.92 | 0.39 |
| Hex | 8 | 7D | BE | 60 | 22 | 0 | 19 | C9 | 5C | 27 |
| Octal | 10 | 175 | 276 | 140 | 42 | 0 | 31 | 311 | 134 | 47 |
| Binary | 1000 | 1111101 | 10111110 | 1100000 | 100010 | 0 | 11001 | 11001001 | 1011100 | 100111 |
Color Harmonies of #087DBE
Complementary color
Monochromatic Colors of #087DBE
Black with #087DBE
Text Example
Text Example
White with #087DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DBE; }
p { color: rgb(8,125,190); }
H1.HeaderClassName
{
color: #087DBE;
}
.AnyTagClassName
{
color: #087DBE;
}
</style>
background-color css
<style>
a { background-color: #087DBE; }
a { background-color: rgb(8,125,190); }
div.DivClassName
{
background-color: #087DBE;
}
.BgClassName
{
background-color: #087DBE;
}
</style>
border-color css
<style>
span { border-color: #087DBE; }
span { border-color: rgb(8,125,190); }
td.TdClassName
{
border-color: #087DBE;
}
.TagClassName
{
border-color: #087DBE;
}
</style>