Shades of Cerulean #047DA8
Tints of Cerulean #047DA8
RGB
CMYK
RGB Variations
Color information
#047DA8 (or 0x047DA8) is known color: Cerulean. HEX triplet: 04, 7D and A8. RGB value is (4,125,168). Sum of RGB (Red+Green+Blue) = 4+125+168=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #047DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047DA8 is #FB8257. Grayscale: #5D5D5D. Windows color (decimal): -16482904 or 11042052. OLE color: 11042052.
HSL color Cylindrical-coordinate representation of color #047DA8: hue angle of 195.73º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DA8 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 125 | 168 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.34 |
| HSL | 195.73º | 0.95% | 0.34% | - |
| HSV(B) | 195.73º | 0.98% | 0.66% | - |
| XYZ | 14.45 | 17.52 | 39.67 | - |
| YUV | 93.72 | 169.91 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 168 | 0.98 | 0.26 | 0 | 0.34 | 195.73 | 0.95 | 0.34 |
| Hex | 4 | 7D | A8 | 62 | 1A | 0 | 22 | C4 | 5F | 22 |
| Octal | 4 | 175 | 250 | 142 | 32 | 0 | 42 | 304 | 137 | 42 |
| Binary | 100 | 1111101 | 10101000 | 1100010 | 11010 | 0 | 100010 | 11000100 | 1011111 | 100010 |
Color Harmonies of #047DA8
Complementary color
Monochromatic Colors of #047DA8
Black with #047DA8
Text Example
Text Example
White with #047DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DA8; }
p { color: rgb(4,125,168); }
H1.HeaderClassName
{
color: #047DA8;
}
.AnyTagClassName
{
color: #047DA8;
}
</style>
background-color css
<style>
a { background-color: #047DA8; }
a { background-color: rgb(4,125,168); }
div.DivClassName
{
background-color: #047DA8;
}
.BgClassName
{
background-color: #047DA8;
}
</style>
border-color css
<style>
span { border-color: #047DA8; }
span { border-color: rgb(4,125,168); }
td.TdClassName
{
border-color: #047DA8;
}
.TagClassName
{
border-color: #047DA8;
}
</style>