Shades of Cerulean #047DC0
Tints of Cerulean #047DC0
RGB
CMYK
RGB Variations
Color information
#047DC0 (or 0x047DC0) is known color: Cerulean. HEX triplet: 04, 7D and C0. RGB value is (4,125,192). Sum of RGB (Red+Green+Blue) = 4+125+192=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #047DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DC0 is #FB823F. Grayscale: #606060. Windows color (decimal): -16482880 or 12614916. OLE color: 12614916.
HSL color Cylindrical-coordinate representation of color #047DC0: hue angle of 201.38º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DC0 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 125 | 192 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.25 |
| HSL | 201.38º | 0.96% | 0.38% | - |
| HSV(B) | 201.38º | 0.98% | 0.75% | - |
| XYZ | 16.9 | 18.5 | 52.55 | - |
| YUV | 96.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 192 | 0.98 | 0.35 | 0 | 0.25 | 201.38 | 0.96 | 0.38 |
| Hex | 4 | 7D | C0 | 62 | 23 | 0 | 19 | C9 | 60 | 26 |
| Octal | 4 | 175 | 300 | 142 | 43 | 0 | 31 | 311 | 140 | 46 |
| Binary | 100 | 1111101 | 11000000 | 1100010 | 100011 | 0 | 11001 | 11001001 | 1100000 | 100110 |
Color Harmonies of #047DC0
Complementary color
Monochromatic Colors of #047DC0
Black with #047DC0
Text Example
Text Example
White with #047DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DC0; }
p { color: rgb(4,125,192); }
H1.HeaderClassName
{
color: #047DC0;
}
.AnyTagClassName
{
color: #047DC0;
}
</style>
background-color css
<style>
a { background-color: #047DC0; }
a { background-color: rgb(4,125,192); }
div.DivClassName
{
background-color: #047DC0;
}
.BgClassName
{
background-color: #047DC0;
}
</style>
border-color css
<style>
span { border-color: #047DC0; }
span { border-color: rgb(4,125,192); }
td.TdClassName
{
border-color: #047DC0;
}
.TagClassName
{
border-color: #047DC0;
}
</style>