Shades of Cerulean #077DBD
Tints of Cerulean #077DBD
RGB
CMYK
RGB Variations
Color information
#077DBD (or 0x077DBD) is known color: Cerulean. HEX triplet: 07, 7D and BD. RGB value is (7,125,189). Sum of RGB (Red+Green+Blue) = 7+125+189=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #077DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DBD is #F88242. Grayscale: #606060. Windows color (decimal): -16286275 or 12418311. OLE color: 12418311.
HSL color Cylindrical-coordinate representation of color #077DBD: hue angle of 201.1º 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 #077DBD is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 125 | 189 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.26 |
| HSL | 201.1º | 0.93% | 0.38% | - |
| HSV(B) | 201.1º | 0.96% | 0.74% | - |
| XYZ | 16.61 | 18.39 | 50.82 | - |
| YUV | 97.01 | 179.91 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 189 | 0.96 | 0.34 | 0 | 0.26 | 201.1 | 0.93 | 0.38 |
| Hex | 7 | 7D | BD | 60 | 22 | 0 | 1A | C9 | 5D | 26 |
| Octal | 7 | 175 | 275 | 140 | 42 | 0 | 32 | 311 | 135 | 46 |
| Binary | 111 | 1111101 | 10111101 | 1100000 | 100010 | 0 | 11010 | 11001001 | 1011101 | 100110 |
Color Harmonies of #077DBD
Complementary color
Monochromatic Colors of #077DBD
Black with #077DBD
Text Example
Text Example
White with #077DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DBD; }
p { color: rgb(7,125,189); }
H1.HeaderClassName
{
color: #077DBD;
}
.AnyTagClassName
{
color: #077DBD;
}
</style>
background-color css
<style>
a { background-color: #077DBD; }
a { background-color: rgb(7,125,189); }
div.DivClassName
{
background-color: #077DBD;
}
.BgClassName
{
background-color: #077DBD;
}
</style>
border-color css
<style>
span { border-color: #077DBD; }
span { border-color: rgb(7,125,189); }
td.TdClassName
{
border-color: #077DBD;
}
.TagClassName
{
border-color: #077DBD;
}
</style>