Shades of Cerulean #047DB7
Tints of Cerulean #047DB7
RGB
CMYK
RGB Variations
Color information
#047DB7 (or 0x047DB7) is known color: Cerulean. HEX triplet: 04, 7D and B7. RGB value is (4,125,183). Sum of RGB (Red+Green+Blue) = 4+125+183=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #047DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DB7 is #FB8248. Grayscale: #5F5F5F. Windows color (decimal): -16482889 or 12025092. OLE color: 12025092.
HSL color Cylindrical-coordinate representation of color #047DB7: hue angle of 199.44º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DB7 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 125 | 183 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.28 |
| HSL | 199.44º | 0.96% | 0.37% | - |
| HSV(B) | 199.44º | 0.98% | 0.72% | - |
| XYZ | 15.93 | 18.11 | 47.46 | - |
| YUV | 95.43 | 177.41 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 183 | 0.98 | 0.32 | 0 | 0.28 | 199.44 | 0.96 | 0.37 |
| Hex | 4 | 7D | B7 | 62 | 20 | 0 | 1C | C7 | 60 | 25 |
| Octal | 4 | 175 | 267 | 142 | 40 | 0 | 34 | 307 | 140 | 45 |
| Binary | 100 | 1111101 | 10110111 | 1100010 | 100000 | 0 | 11100 | 11000111 | 1100000 | 100101 |
Color Harmonies of #047DB7
Complementary color
Monochromatic Colors of #047DB7
Black with #047DB7
Text Example
Text Example
White with #047DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DB7; }
p { color: rgb(4,125,183); }
H1.HeaderClassName
{
color: #047DB7;
}
.AnyTagClassName
{
color: #047DB7;
}
</style>
background-color css
<style>
a { background-color: #047DB7; }
a { background-color: rgb(4,125,183); }
div.DivClassName
{
background-color: #047DB7;
}
.BgClassName
{
background-color: #047DB7;
}
</style>
border-color css
<style>
span { border-color: #047DB7; }
span { border-color: rgb(4,125,183); }
td.TdClassName
{
border-color: #047DB7;
}
.TagClassName
{
border-color: #047DB7;
}
</style>