Shades of Cerulean #007DB9
Tints of Cerulean #007DB9
RGB
CMYK
RGB Variations
Color information
#007DB9 (or 0x007DB9) is known color: Cerulean. HEX triplet: 00, 7D and B9. RGB value is (0,125,185). Sum of RGB (Red+Green+Blue) = 0+125+185=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #007DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DB9 is #FF8246. Grayscale: #5E5E5E. Windows color (decimal): -16745031 or 12156160. OLE color: 12156160.
HSL color Cylindrical-coordinate representation of color #007DB9: hue angle of 199.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DB9 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 125 | 185 | - |
| CMYK | 1 | 0.32 | 0 | 0.27 |
| HSL | 199.46º | 1% | 0.36% | - |
| HSV(B) | 199.46º | 1% | 0.73% | - |
| XYZ | 16.09 | 18.17 | 48.56 | - |
| YUV | 94.47 | 179.09 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 185 | 1 | 0.32 | 0 | 0.27 | 199.46 | 1 | 0.36 |
| Hex | 0 | 7D | B9 | 64 | 20 | 0 | 1B | C7 | 64 | 24 |
| Octal | 0 | 175 | 271 | 144 | 40 | 0 | 33 | 307 | 144 | 44 |
| Binary | 0 | 1111101 | 10111001 | 1100100 | 100000 | 0 | 11011 | 11000111 | 1100100 | 100100 |
Color Harmonies of #007DB9
Complementary color
Monochromatic Colors of #007DB9
Black with #007DB9
Text Example
Text Example
White with #007DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DB9; }
p { color: rgb(0,125,185); }
H1.HeaderClassName
{
color: #007DB9;
}
.AnyTagClassName
{
color: #007DB9;
}
</style>
background-color css
<style>
a { background-color: #007DB9; }
a { background-color: rgb(0,125,185); }
div.DivClassName
{
background-color: #007DB9;
}
.BgClassName
{
background-color: #007DB9;
}
</style>
border-color css
<style>
span { border-color: #007DB9; }
span { border-color: rgb(0,125,185); }
td.TdClassName
{
border-color: #007DB9;
}
.TagClassName
{
border-color: #007DB9;
}
</style>