Shades of Cerulean #077DBB
Tints of Cerulean #077DBB
RGB
CMYK
RGB Variations
Color information
#077DBB (or 0x077DBB) is known color: Cerulean. HEX triplet: 07, 7D and BB. RGB value is (7,125,187). Sum of RGB (Red+Green+Blue) = 7+125+187=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #077DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DBB is #F88244. Grayscale: #606060. Windows color (decimal): -16286277 or 12287239. OLE color: 12287239.
HSL color Cylindrical-coordinate representation of color #077DBB: hue angle of 200.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077DBB is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 125 | 187 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.27 |
| HSL | 200.67º | 0.93% | 0.38% | - |
| HSV(B) | 200.67º | 0.96% | 0.73% | - |
| XYZ | 16.39 | 18.3 | 49.68 | - |
| YUV | 96.79 | 178.91 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 187 | 0.96 | 0.33 | 0 | 0.27 | 200.67 | 0.93 | 0.38 |
| Hex | 7 | 7D | BB | 60 | 21 | 0 | 1B | C9 | 5D | 26 |
| Octal | 7 | 175 | 273 | 140 | 41 | 0 | 33 | 311 | 135 | 46 |
| Binary | 111 | 1111101 | 10111011 | 1100000 | 100001 | 0 | 11011 | 11001001 | 1011101 | 100110 |
Color Harmonies of #077DBB
Complementary color
Monochromatic Colors of #077DBB
Black with #077DBB
Text Example
Text Example
White with #077DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DBB; }
p { color: rgb(7,125,187); }
H1.HeaderClassName
{
color: #077DBB;
}
.AnyTagClassName
{
color: #077DBB;
}
</style>
background-color css
<style>
a { background-color: #077DBB; }
a { background-color: rgb(7,125,187); }
div.DivClassName
{
background-color: #077DBB;
}
.BgClassName
{
background-color: #077DBB;
}
</style>
border-color css
<style>
span { border-color: #077DBB; }
span { border-color: rgb(7,125,187); }
td.TdClassName
{
border-color: #077DBB;
}
.TagClassName
{
border-color: #077DBB;
}
</style>