Shades of Cerulean #077DB8
Tints of Cerulean #077DB8
RGB
CMYK
RGB Variations
Color information
#077DB8 (or 0x077DB8) is known color: Cerulean. HEX triplet: 07, 7D and B8. RGB value is (7,125,184). Sum of RGB (Red+Green+Blue) = 7+125+184=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 184 (72.27% from 255 or 58.23% from 316); Max value from RGB is 184 - color contains mainly: blue. Hex color #077DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DB8 is #F88247. Grayscale: #606060. Windows color (decimal): -16286280 or 12090631. OLE color: 12090631.
HSL color Cylindrical-coordinate representation of color #077DB8: hue angle of 200º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077DB8 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 125 | 184 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.28 |
| HSL | 200º | 0.93% | 0.37% | - |
| HSV(B) | 200º | 0.96% | 0.72% | - |
| XYZ | 16.07 | 18.17 | 48.01 | - |
| YUV | 96.44 | 177.41 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 184 | 0.96 | 0.32 | 0 | 0.28 | 200 | 0.93 | 0.37 |
| Hex | 7 | 7D | B8 | 60 | 20 | 0 | 1C | C8 | 5D | 25 |
| Octal | 7 | 175 | 270 | 140 | 40 | 0 | 34 | 310 | 135 | 45 |
| Binary | 111 | 1111101 | 10111000 | 1100000 | 100000 | 0 | 11100 | 11001000 | 1011101 | 100101 |
Color Harmonies of #077DB8
Complementary color
Monochromatic Colors of #077DB8
Black with #077DB8
Text Example
Text Example
White with #077DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DB8; }
p { color: rgb(7,125,184); }
H1.HeaderClassName
{
color: #077DB8;
}
.AnyTagClassName
{
color: #077DB8;
}
</style>
background-color css
<style>
a { background-color: #077DB8; }
a { background-color: rgb(7,125,184); }
div.DivClassName
{
background-color: #077DB8;
}
.BgClassName
{
background-color: #077DB8;
}
</style>
border-color css
<style>
span { border-color: #077DB8; }
span { border-color: rgb(7,125,184); }
td.TdClassName
{
border-color: #077DB8;
}
.TagClassName
{
border-color: #077DB8;
}
</style>