Shades of Cerulean #0778BD
Tints of Cerulean #0778BD
RGB
CMYK
RGB Variations
Color information
#0778BD (or 0x0778BD) is known color: Cerulean. HEX triplet: 07, 78 and BD. RGB value is (7,120,189). Sum of RGB (Red+Green+Blue) = 7+120+189=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #0778BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0778BD is #F88742. Grayscale: #5D5D5D. Windows color (decimal): -16287555 or 12417031. OLE color: 12417031.
HSL color Cylindrical-coordinate representation of color #0778BD: hue angle of 202.75º degrees, saturation: 0.93, 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 #0778BD is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 120 | 189 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.26 |
| HSL | 202.75º | 0.93% | 0.38% | - |
| HSV(B) | 202.75º | 0.96% | 0.74% | - |
| XYZ | 15.99 | 17.15 | 50.61 | - |
| YUV | 94.08 | 181.56 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 189 | 0.96 | 0.37 | 0 | 0.26 | 202.75 | 0.93 | 0.38 |
| Hex | 7 | 78 | BD | 60 | 25 | 0 | 1A | CB | 5D | 26 |
| Octal | 7 | 170 | 275 | 140 | 45 | 0 | 32 | 313 | 135 | 46 |
| Binary | 111 | 1111000 | 10111101 | 1100000 | 100101 | 0 | 11010 | 11001011 | 1011101 | 100110 |
Color Harmonies of #0778BD
Complementary color
Monochromatic Colors of #0778BD
Black with #0778BD
Text Example
Text Example
White with #0778BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778BD; }
p { color: rgb(7,120,189); }
H1.HeaderClassName
{
color: #0778BD;
}
.AnyTagClassName
{
color: #0778BD;
}
</style>
background-color css
<style>
a { background-color: #0778BD; }
a { background-color: rgb(7,120,189); }
div.DivClassName
{
background-color: #0778BD;
}
.BgClassName
{
background-color: #0778BD;
}
</style>
border-color css
<style>
span { border-color: #0778BD; }
span { border-color: rgb(7,120,189); }
td.TdClassName
{
border-color: #0778BD;
}
.TagClassName
{
border-color: #0778BD;
}
</style>