Shades of Cerulean #047BBB
Tints of Cerulean #047BBB
RGB
CMYK
RGB Variations
Color information
#047BBB (or 0x047BBB) is known color: Cerulean. HEX triplet: 04, 7B and BB. RGB value is (4,123,187). Sum of RGB (Red+Green+Blue) = 4+123+187=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #047BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BBB is #FB8444. Grayscale: #5E5E5E. Windows color (decimal): -16483397 or 12286724. OLE color: 12286724.
HSL color Cylindrical-coordinate representation of color #047BBB: hue angle of 200.98º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BBB is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 123 | 187 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.27 |
| HSL | 200.98º | 0.96% | 0.37% | - |
| HSV(B) | 200.98º | 0.98% | 0.73% | - |
| XYZ | 16.1 | 17.78 | 49.6 | - |
| YUV | 94.72 | 180.08 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 187 | 0.98 | 0.34 | 0 | 0.27 | 200.98 | 0.96 | 0.37 |
| Hex | 4 | 7B | BB | 62 | 22 | 0 | 1B | C9 | 60 | 25 |
| Octal | 4 | 173 | 273 | 142 | 42 | 0 | 33 | 311 | 140 | 45 |
| Binary | 100 | 1111011 | 10111011 | 1100010 | 100010 | 0 | 11011 | 11001001 | 1100000 | 100101 |
Color Harmonies of #047BBB
Complementary color
Monochromatic Colors of #047BBB
Black with #047BBB
Text Example
Text Example
White with #047BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BBB; }
p { color: rgb(4,123,187); }
H1.HeaderClassName
{
color: #047BBB;
}
.AnyTagClassName
{
color: #047BBB;
}
</style>
background-color css
<style>
a { background-color: #047BBB; }
a { background-color: rgb(4,123,187); }
div.DivClassName
{
background-color: #047BBB;
}
.BgClassName
{
background-color: #047BBB;
}
</style>
border-color css
<style>
span { border-color: #047BBB; }
span { border-color: rgb(4,123,187); }
td.TdClassName
{
border-color: #047BBB;
}
.TagClassName
{
border-color: #047BBB;
}
</style>