Shades of Cerulean #0778BC
Tints of Cerulean #0778BC
RGB
CMYK
RGB Variations
Color information
#0778BC (or 0x0778BC) is known color: Cerulean. HEX triplet: 07, 78 and BC. RGB value is (7,120,188). Sum of RGB (Red+Green+Blue) = 7+120+188=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #0778BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0778BC is #F88743. Grayscale: #5D5D5D. Windows color (decimal): -16287556 or 12351495. OLE color: 12351495.
HSL color Cylindrical-coordinate representation of color #0778BC: hue angle of 202.54º 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 #0778BC is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 120 | 188 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.26 |
| HSL | 202.54º | 0.93% | 0.38% | - |
| HSV(B) | 202.54º | 0.96% | 0.74% | - |
| XYZ | 15.88 | 17.11 | 50.04 | - |
| YUV | 93.97 | 181.06 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 188 | 0.96 | 0.36 | 0 | 0.26 | 202.54 | 0.93 | 0.38 |
| Hex | 7 | 78 | BC | 60 | 24 | 0 | 1A | CB | 5D | 26 |
| Octal | 7 | 170 | 274 | 140 | 44 | 0 | 32 | 313 | 135 | 46 |
| Binary | 111 | 1111000 | 10111100 | 1100000 | 100100 | 0 | 11010 | 11001011 | 1011101 | 100110 |
Color Harmonies of #0778BC
Complementary color
Monochromatic Colors of #0778BC
Black with #0778BC
Text Example
Text Example
White with #0778BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778BC; }
p { color: rgb(7,120,188); }
H1.HeaderClassName
{
color: #0778BC;
}
.AnyTagClassName
{
color: #0778BC;
}
</style>
background-color css
<style>
a { background-color: #0778BC; }
a { background-color: rgb(7,120,188); }
div.DivClassName
{
background-color: #0778BC;
}
.BgClassName
{
background-color: #0778BC;
}
</style>
border-color css
<style>
span { border-color: #0778BC; }
span { border-color: rgb(7,120,188); }
td.TdClassName
{
border-color: #0778BC;
}
.TagClassName
{
border-color: #0778BC;
}
</style>