Shades of Cerulean #007DC0
Tints of Cerulean #007DC0
RGB
CMYK
RGB Variations
Color information
#007DC0 (or 0x007DC0) is known color: Cerulean. HEX triplet: 00, 7D and C0. RGB value is (0,125,192). Sum of RGB (Red+Green+Blue) = 0+125+192=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #007DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DC0 is #FF823F. Grayscale: #5E5E5E. Windows color (decimal): -16745024 or 12614912. OLE color: 12614912.
HSL color Cylindrical-coordinate representation of color #007DC0: hue angle of 200.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DC0 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 125 | 192 | - |
| CMYK | 1 | 0.35 | 0 | 0.25 |
| HSL | 200.94º | 1% | 0.38% | - |
| HSV(B) | 200.94º | 1% | 0.75% | - |
| XYZ | 16.85 | 18.47 | 52.55 | - |
| YUV | 95.26 | 182.59 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 192 | 1 | 0.35 | 0 | 0.25 | 200.94 | 1 | 0.38 |
| Hex | 0 | 7D | C0 | 64 | 23 | 0 | 19 | C9 | 64 | 26 |
| Octal | 0 | 175 | 300 | 144 | 43 | 0 | 31 | 311 | 144 | 46 |
| Binary | 0 | 1111101 | 11000000 | 1100100 | 100011 | 0 | 11001 | 11001001 | 1100100 | 100110 |
Color Harmonies of #007DC0
Complementary color
Monochromatic Colors of #007DC0
Black with #007DC0
Text Example
Text Example
White with #007DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DC0; }
p { color: rgb(0,125,192); }
H1.HeaderClassName
{
color: #007DC0;
}
.AnyTagClassName
{
color: #007DC0;
}
</style>
background-color css
<style>
a { background-color: #007DC0; }
a { background-color: rgb(0,125,192); }
div.DivClassName
{
background-color: #007DC0;
}
.BgClassName
{
background-color: #007DC0;
}
</style>
border-color css
<style>
span { border-color: #007DC0; }
span { border-color: rgb(0,125,192); }
td.TdClassName
{
border-color: #007DC0;
}
.TagClassName
{
border-color: #007DC0;
}
</style>