Shades of Cerulean #047DB5
Tints of Cerulean #047DB5
RGB
CMYK
RGB Variations
Color information
#047DB5 (or 0x047DB5) is known color: Cerulean. HEX triplet: 04, 7D and B5. RGB value is (4,125,181). Sum of RGB (Red+Green+Blue) = 4+125+181=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #047DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DB5 is #FB824A. Grayscale: #5E5E5E. Windows color (decimal): -16482891 or 11894020. OLE color: 11894020.
HSL color Cylindrical-coordinate representation of color #047DB5: hue angle of 198.98º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DB5 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 125 | 181 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.29 |
| HSL | 198.98º | 0.96% | 0.36% | - |
| HSV(B) | 198.98º | 0.98% | 0.71% | - |
| XYZ | 15.72 | 18.03 | 46.37 | - |
| YUV | 95.21 | 176.41 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 181 | 0.98 | 0.31 | 0 | 0.29 | 198.98 | 0.96 | 0.36 |
| Hex | 4 | 7D | B5 | 62 | 1F | 0 | 1D | C7 | 60 | 24 |
| Octal | 4 | 175 | 265 | 142 | 37 | 0 | 35 | 307 | 140 | 44 |
| Binary | 100 | 1111101 | 10110101 | 1100010 | 11111 | 0 | 11101 | 11000111 | 1100000 | 100100 |
Color Harmonies of #047DB5
Complementary color
Monochromatic Colors of #047DB5
Black with #047DB5
Text Example
Text Example
White with #047DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DB5; }
p { color: rgb(4,125,181); }
H1.HeaderClassName
{
color: #047DB5;
}
.AnyTagClassName
{
color: #047DB5;
}
</style>
background-color css
<style>
a { background-color: #047DB5; }
a { background-color: rgb(4,125,181); }
div.DivClassName
{
background-color: #047DB5;
}
.BgClassName
{
background-color: #047DB5;
}
</style>
border-color css
<style>
span { border-color: #047DB5; }
span { border-color: rgb(4,125,181); }
td.TdClassName
{
border-color: #047DB5;
}
.TagClassName
{
border-color: #047DB5;
}
</style>