Shades of Cerulean #007FC2
Tints of Cerulean #007FC2
RGB
CMYK
RGB Variations
Color information
#007FC2 (or 0x007FC2) is known color: Cerulean. HEX triplet: 00, 7F and C2. RGB value is (0,127,194). Sum of RGB (Red+Green+Blue) = 0+127+194=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #007FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FC2 is #FF803D. Grayscale: #606060. Windows color (decimal): -16744510 or 12746496. OLE color: 12746496.
HSL color Cylindrical-coordinate representation of color #007FC2: hue angle of 200.72º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FC2 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 127 | 194 | - |
| CMYK | 1 | 0.35 | 0 | 0.24 |
| HSL | 200.72º | 1% | 0.38% | - |
| HSV(B) | 200.72º | 1% | 0.76% | - |
| XYZ | 17.33 | 19.07 | 53.81 | - |
| YUV | 96.67 | 182.92 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 194 | 1 | 0.35 | 0 | 0.24 | 200.72 | 1 | 0.38 |
| Hex | 0 | 7F | C2 | 64 | 23 | 0 | 18 | C9 | 64 | 26 |
| Octal | 0 | 177 | 302 | 144 | 43 | 0 | 30 | 311 | 144 | 46 |
| Binary | 0 | 1111111 | 11000010 | 1100100 | 100011 | 0 | 11000 | 11001001 | 1100100 | 100110 |
Color Harmonies of #007FC2
Complementary color
Monochromatic Colors of #007FC2
Black with #007FC2
Text Example
Text Example
White with #007FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FC2; }
p { color: rgb(0,127,194); }
H1.HeaderClassName
{
color: #007FC2;
}
.AnyTagClassName
{
color: #007FC2;
}
</style>
background-color css
<style>
a { background-color: #007FC2; }
a { background-color: rgb(0,127,194); }
div.DivClassName
{
background-color: #007FC2;
}
.BgClassName
{
background-color: #007FC2;
}
</style>
border-color css
<style>
span { border-color: #007FC2; }
span { border-color: rgb(0,127,194); }
td.TdClassName
{
border-color: #007FC2;
}
.TagClassName
{
border-color: #007FC2;
}
</style>