Shades of Cerulean #047FB8
Tints of Cerulean #047FB8
RGB
CMYK
RGB Variations
Color information
#047FB8 (or 0x047FB8) is known color: Cerulean. HEX triplet: 04, 7F and B8. RGB value is (4,127,184). Sum of RGB (Red+Green+Blue) = 4+127+184=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #047FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FB8 is #FB8047. Grayscale: #606060. Windows color (decimal): -16482376 or 12091140. OLE color: 12091140.
HSL color Cylindrical-coordinate representation of color #047FB8: hue angle of 199º 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 #047FB8 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 127 | 184 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.28 |
| HSL | 199º | 0.96% | 0.37% | - |
| HSV(B) | 199º | 0.98% | 0.72% | - |
| XYZ | 16.29 | 18.67 | 48.09 | - |
| YUV | 96.72 | 177.25 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 184 | 0.98 | 0.31 | 0 | 0.28 | 199 | 0.96 | 0.37 |
| Hex | 4 | 7F | B8 | 62 | 1F | 0 | 1C | C7 | 60 | 25 |
| Octal | 4 | 177 | 270 | 142 | 37 | 0 | 34 | 307 | 140 | 45 |
| Binary | 100 | 1111111 | 10111000 | 1100010 | 11111 | 0 | 11100 | 11000111 | 1100000 | 100101 |
Color Harmonies of #047FB8
Complementary color
Monochromatic Colors of #047FB8
Black with #047FB8
Text Example
Text Example
White with #047FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FB8; }
p { color: rgb(4,127,184); }
H1.HeaderClassName
{
color: #047FB8;
}
.AnyTagClassName
{
color: #047FB8;
}
</style>
background-color css
<style>
a { background-color: #047FB8; }
a { background-color: rgb(4,127,184); }
div.DivClassName
{
background-color: #047FB8;
}
.BgClassName
{
background-color: #047FB8;
}
</style>
border-color css
<style>
span { border-color: #047FB8; }
span { border-color: rgb(4,127,184); }
td.TdClassName
{
border-color: #047FB8;
}
.TagClassName
{
border-color: #047FB8;
}
</style>