Shades of Cerulean #077DBC
Tints of Cerulean #077DBC
RGB
CMYK
RGB Variations
Color information
#077DBC (or 0x077DBC) is known color: Cerulean. HEX triplet: 07, 7D and BC. RGB value is (7,125,188). Sum of RGB (Red+Green+Blue) = 7+125+188=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #077DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DBC is #F88243. Grayscale: #606060. Windows color (decimal): -16286276 or 12352775. OLE color: 12352775.
HSL color Cylindrical-coordinate representation of color #077DBC: hue angle of 200.88º 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 #077DBC is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 125 | 188 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.26 |
| HSL | 200.88º | 0.93% | 0.38% | - |
| HSV(B) | 200.88º | 0.96% | 0.74% | - |
| XYZ | 16.5 | 18.34 | 50.25 | - |
| YUV | 96.9 | 179.41 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 188 | 0.96 | 0.34 | 0 | 0.26 | 200.88 | 0.93 | 0.38 |
| Hex | 7 | 7D | BC | 60 | 22 | 0 | 1A | C9 | 5D | 26 |
| Octal | 7 | 175 | 274 | 140 | 42 | 0 | 32 | 311 | 135 | 46 |
| Binary | 111 | 1111101 | 10111100 | 1100000 | 100010 | 0 | 11010 | 11001001 | 1011101 | 100110 |
Color Harmonies of #077DBC
Complementary color
Monochromatic Colors of #077DBC
Black with #077DBC
Text Example
Text Example
White with #077DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DBC; }
p { color: rgb(7,125,188); }
H1.HeaderClassName
{
color: #077DBC;
}
.AnyTagClassName
{
color: #077DBC;
}
</style>
background-color css
<style>
a { background-color: #077DBC; }
a { background-color: rgb(7,125,188); }
div.DivClassName
{
background-color: #077DBC;
}
.BgClassName
{
background-color: #077DBC;
}
</style>
border-color css
<style>
span { border-color: #077DBC; }
span { border-color: rgb(7,125,188); }
td.TdClassName
{
border-color: #077DBC;
}
.TagClassName
{
border-color: #077DBC;
}
</style>