Shades of Cerulean #047FB2
Tints of Cerulean #047FB2
RGB
CMYK
RGB Variations
Color information
#047FB2 (or 0x047FB2) is known color: Cerulean. HEX triplet: 04, 7F and B2. RGB value is (4,127,178). Sum of RGB (Red+Green+Blue) = 4+127+178=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #047FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047FB2 is #FB804D. Grayscale: #5F5F5F. Windows color (decimal): -16482382 or 11697924. OLE color: 11697924.
HSL color Cylindrical-coordinate representation of color #047FB2: hue angle of 197.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FB2 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 127 | 178 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.30 |
| HSL | 197.59º | 0.96% | 0.36% | - |
| HSV(B) | 197.59º | 0.98% | 0.7% | - |
| XYZ | 15.68 | 18.42 | 44.85 | - |
| YUV | 96.04 | 174.25 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 178 | 0.98 | 0.29 | 0 | 0.30 | 197.59 | 0.96 | 0.36 |
| Hex | 4 | 7F | B2 | 62 | 1D | 0 | 1E | C6 | 60 | 24 |
| Octal | 4 | 177 | 262 | 142 | 35 | 0 | 36 | 306 | 140 | 44 |
| Binary | 100 | 1111111 | 10110010 | 1100010 | 11101 | 0 | 11110 | 11000110 | 1100000 | 100100 |
Color Harmonies of #047FB2
Complementary color
Monochromatic Colors of #047FB2
Black with #047FB2
Text Example
Text Example
White with #047FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FB2; }
p { color: rgb(4,127,178); }
H1.HeaderClassName
{
color: #047FB2;
}
.AnyTagClassName
{
color: #047FB2;
}
</style>
background-color css
<style>
a { background-color: #047FB2; }
a { background-color: rgb(4,127,178); }
div.DivClassName
{
background-color: #047FB2;
}
.BgClassName
{
background-color: #047FB2;
}
</style>
border-color css
<style>
span { border-color: #047FB2; }
span { border-color: rgb(4,127,178); }
td.TdClassName
{
border-color: #047FB2;
}
.TagClassName
{
border-color: #047FB2;
}
</style>