Shades of Cerulean #037DB7
Tints of Cerulean #037DB7
RGB
CMYK
RGB Variations
Color information
#037DB7 (or 0x037DB7) is known color: Cerulean. HEX triplet: 03, 7D and B7. RGB value is (3,125,183). Sum of RGB (Red+Green+Blue) = 3+125+183=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #037DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DB7 is #FC8248. Grayscale: #5E5E5E. Windows color (decimal): -16548425 or 12025091. OLE color: 12025091.
HSL color Cylindrical-coordinate representation of color #037DB7: hue angle of 199.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037DB7 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 125 | 183 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.28 |
| HSL | 199.33º | 0.97% | 0.36% | - |
| HSV(B) | 199.33º | 0.98% | 0.72% | - |
| XYZ | 15.92 | 18.11 | 47.46 | - |
| YUV | 95.13 | 177.58 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 183 | 0.98 | 0.32 | 0 | 0.28 | 199.33 | 0.97 | 0.36 |
| Hex | 3 | 7D | B7 | 62 | 20 | 0 | 1C | C7 | 61 | 24 |
| Octal | 3 | 175 | 267 | 142 | 40 | 0 | 34 | 307 | 141 | 44 |
| Binary | 11 | 1111101 | 10110111 | 1100010 | 100000 | 0 | 11100 | 11000111 | 1100001 | 100100 |
Color Harmonies of #037DB7
Complementary color
Monochromatic Colors of #037DB7
Black with #037DB7
Text Example
Text Example
White with #037DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DB7; }
p { color: rgb(3,125,183); }
H1.HeaderClassName
{
color: #037DB7;
}
.AnyTagClassName
{
color: #037DB7;
}
</style>
background-color css
<style>
a { background-color: #037DB7; }
a { background-color: rgb(3,125,183); }
div.DivClassName
{
background-color: #037DB7;
}
.BgClassName
{
background-color: #037DB7;
}
</style>
border-color css
<style>
span { border-color: #037DB7; }
span { border-color: rgb(3,125,183); }
td.TdClassName
{
border-color: #037DB7;
}
.TagClassName
{
border-color: #037DB7;
}
</style>