Shades of Cerulean #047DBB
Tints of Cerulean #047DBB
RGB
CMYK
RGB Variations
Color information
#047DBB (or 0x047DBB) is known color: Cerulean. HEX triplet: 04, 7D and BB. RGB value is (4,125,187). Sum of RGB (Red+Green+Blue) = 4+125+187=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #047DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DBB is #FB8244. Grayscale: #5F5F5F. Windows color (decimal): -16482885 or 12287236. OLE color: 12287236.
HSL color Cylindrical-coordinate representation of color #047DBB: hue angle of 200.33º 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 #047DBB is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 125 | 187 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.27 |
| HSL | 200.33º | 0.96% | 0.37% | - |
| HSV(B) | 200.33º | 0.98% | 0.73% | - |
| XYZ | 16.35 | 18.28 | 49.68 | - |
| YUV | 95.89 | 179.41 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 187 | 0.98 | 0.33 | 0 | 0.27 | 200.33 | 0.96 | 0.37 |
| Hex | 4 | 7D | BB | 62 | 21 | 0 | 1B | C8 | 60 | 25 |
| Octal | 4 | 175 | 273 | 142 | 41 | 0 | 33 | 310 | 140 | 45 |
| Binary | 100 | 1111101 | 10111011 | 1100010 | 100001 | 0 | 11011 | 11001000 | 1100000 | 100101 |
Color Harmonies of #047DBB
Complementary color
Monochromatic Colors of #047DBB
Black with #047DBB
Text Example
Text Example
White with #047DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DBB; }
p { color: rgb(4,125,187); }
H1.HeaderClassName
{
color: #047DBB;
}
.AnyTagClassName
{
color: #047DBB;
}
</style>
background-color css
<style>
a { background-color: #047DBB; }
a { background-color: rgb(4,125,187); }
div.DivClassName
{
background-color: #047DBB;
}
.BgClassName
{
background-color: #047DBB;
}
</style>
border-color css
<style>
span { border-color: #047DBB; }
span { border-color: rgb(4,125,187); }
td.TdClassName
{
border-color: #047DBB;
}
.TagClassName
{
border-color: #047DBB;
}
</style>