Shades of Cerulean #0878BD
Tints of Cerulean #0878BD
RGB
CMYK
RGB Variations
Color information
#0878BD (or 0x0878BD) is known color: Cerulean. HEX triplet: 08, 78 and BD. RGB value is (8,120,189). Sum of RGB (Red+Green+Blue) = 8+120+189=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #0878BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0878BD is #F78742. Grayscale: #5D5D5D. Windows color (decimal): -16222019 or 12417032. OLE color: 12417032.
HSL color Cylindrical-coordinate representation of color #0878BD: hue angle of 202.87º 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 #0878BD is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 120 | 189 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.26 |
| HSL | 202.87º | 0.92% | 0.39% | - |
| HSV(B) | 202.87º | 0.96% | 0.74% | - |
| XYZ | 16 | 17.16 | 50.61 | - |
| YUV | 94.38 | 181.39 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 189 | 0.96 | 0.37 | 0 | 0.26 | 202.87 | 0.92 | 0.39 |
| Hex | 8 | 78 | BD | 60 | 25 | 0 | 1A | CB | 5C | 27 |
| Octal | 10 | 170 | 275 | 140 | 45 | 0 | 32 | 313 | 134 | 47 |
| Binary | 1000 | 1111000 | 10111101 | 1100000 | 100101 | 0 | 11010 | 11001011 | 1011100 | 100111 |
Color Harmonies of #0878BD
Complementary color
Monochromatic Colors of #0878BD
Black with #0878BD
Text Example
Text Example
White with #0878BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0878BD; }
p { color: rgb(8,120,189); }
H1.HeaderClassName
{
color: #0878BD;
}
.AnyTagClassName
{
color: #0878BD;
}
</style>
background-color css
<style>
a { background-color: #0878BD; }
a { background-color: rgb(8,120,189); }
div.DivClassName
{
background-color: #0878BD;
}
.BgClassName
{
background-color: #0878BD;
}
</style>
border-color css
<style>
span { border-color: #0878BD; }
span { border-color: rgb(8,120,189); }
td.TdClassName
{
border-color: #0878BD;
}
.TagClassName
{
border-color: #0878BD;
}
</style>