Shades of Cerulean #007FC0
Tints of Cerulean #007FC0
RGB
CMYK
RGB Variations
Color information
#007FC0 (or 0x007FC0) is known color: Cerulean. HEX triplet: 00, 7F and C0. RGB value is (0,127,192). Sum of RGB (Red+Green+Blue) = 0+127+192=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #007FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FC0 is #FF803F. Grayscale: #606060. Windows color (decimal): -16744512 or 12615424. OLE color: 12615424.
HSL color Cylindrical-coordinate representation of color #007FC0: hue angle of 200.31º 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 #007FC0 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 127 | 192 | - |
| CMYK | 1 | 0.34 | 0 | 0.25 |
| HSL | 200.31º | 1% | 0.38% | - |
| HSV(B) | 200.31º | 1% | 0.75% | - |
| XYZ | 17.1 | 18.98 | 52.63 | - |
| YUV | 96.44 | 181.92 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 192 | 1 | 0.34 | 0 | 0.25 | 200.31 | 1 | 0.38 |
| Hex | 0 | 7F | C0 | 64 | 22 | 0 | 19 | C8 | 64 | 26 |
| Octal | 0 | 177 | 300 | 144 | 42 | 0 | 31 | 310 | 144 | 46 |
| Binary | 0 | 1111111 | 11000000 | 1100100 | 100010 | 0 | 11001 | 11001000 | 1100100 | 100110 |
Color Harmonies of #007FC0
Complementary color
Monochromatic Colors of #007FC0
Black with #007FC0
Text Example
Text Example
White with #007FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FC0; }
p { color: rgb(0,127,192); }
H1.HeaderClassName
{
color: #007FC0;
}
.AnyTagClassName
{
color: #007FC0;
}
</style>
background-color css
<style>
a { background-color: #007FC0; }
a { background-color: rgb(0,127,192); }
div.DivClassName
{
background-color: #007FC0;
}
.BgClassName
{
background-color: #007FC0;
}
</style>
border-color css
<style>
span { border-color: #007FC0; }
span { border-color: rgb(0,127,192); }
td.TdClassName
{
border-color: #007FC0;
}
.TagClassName
{
border-color: #007FC0;
}
</style>