Shades of Cerulean #037DB8
Tints of Cerulean #037DB8
RGB
CMYK
RGB Variations
Color information
#037DB8 (or 0x037DB8) is known color: Cerulean. HEX triplet: 03, 7D and B8. RGB value is (3,125,184). Sum of RGB (Red+Green+Blue) = 3+125+184=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #037DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DB8 is #FC8247. Grayscale: #5E5E5E. Windows color (decimal): -16548424 or 12090627. OLE color: 12090627.
HSL color Cylindrical-coordinate representation of color #037DB8: hue angle of 199.56º degrees, saturation: 0.97, 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 #037DB8 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 125 | 184 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.28 |
| HSL | 199.56º | 0.97% | 0.37% | - |
| HSV(B) | 199.56º | 0.98% | 0.72% | - |
| XYZ | 16.02 | 18.15 | 48.01 | - |
| YUV | 95.25 | 178.08 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 184 | 0.98 | 0.32 | 0 | 0.28 | 199.56 | 0.97 | 0.37 |
| Hex | 3 | 7D | B8 | 62 | 20 | 0 | 1C | C8 | 61 | 25 |
| Octal | 3 | 175 | 270 | 142 | 40 | 0 | 34 | 310 | 141 | 45 |
| Binary | 11 | 1111101 | 10111000 | 1100010 | 100000 | 0 | 11100 | 11001000 | 1100001 | 100101 |
Color Harmonies of #037DB8
Complementary color
Monochromatic Colors of #037DB8
Black with #037DB8
Text Example
Text Example
White with #037DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DB8; }
p { color: rgb(3,125,184); }
H1.HeaderClassName
{
color: #037DB8;
}
.AnyTagClassName
{
color: #037DB8;
}
</style>
background-color css
<style>
a { background-color: #037DB8; }
a { background-color: rgb(3,125,184); }
div.DivClassName
{
background-color: #037DB8;
}
.BgClassName
{
background-color: #037DB8;
}
</style>
border-color css
<style>
span { border-color: #037DB8; }
span { border-color: rgb(3,125,184); }
td.TdClassName
{
border-color: #037DB8;
}
.TagClassName
{
border-color: #037DB8;
}
</style>