Shades of Cerulean #007DB8
Tints of Cerulean #007DB8
RGB
CMYK
RGB Variations
Color information
#007DB8 (or 0x007DB8) is known color: Cerulean. HEX triplet: 00, 7D and B8. RGB value is (0,125,184). Sum of RGB (Red+Green+Blue) = 0+125+184=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #007DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DB8 is #FF8247. Grayscale: #5D5D5D. Windows color (decimal): -16745032 or 12090624. OLE color: 12090624.
HSL color Cylindrical-coordinate representation of color #007DB8: hue angle of 199.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DB8 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 125 | 184 | - |
| CMYK | 1 | 0.32 | 0 | 0.28 |
| HSL | 199.24º | 1% | 0.36% | - |
| HSV(B) | 199.24º | 1% | 0.72% | - |
| XYZ | 15.99 | 18.13 | 48 | - |
| YUV | 94.35 | 178.59 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 184 | 1 | 0.32 | 0 | 0.28 | 199.24 | 1 | 0.36 |
| Hex | 0 | 7D | B8 | 64 | 20 | 0 | 1C | C7 | 64 | 24 |
| Octal | 0 | 175 | 270 | 144 | 40 | 0 | 34 | 307 | 144 | 44 |
| Binary | 0 | 1111101 | 10111000 | 1100100 | 100000 | 0 | 11100 | 11000111 | 1100100 | 100100 |
Color Harmonies of #007DB8
Complementary color
Monochromatic Colors of #007DB8
Black with #007DB8
Text Example
Text Example
White with #007DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DB8; }
p { color: rgb(0,125,184); }
H1.HeaderClassName
{
color: #007DB8;
}
.AnyTagClassName
{
color: #007DB8;
}
</style>
background-color css
<style>
a { background-color: #007DB8; }
a { background-color: rgb(0,125,184); }
div.DivClassName
{
background-color: #007DB8;
}
.BgClassName
{
background-color: #007DB8;
}
</style>
border-color css
<style>
span { border-color: #007DB8; }
span { border-color: rgb(0,125,184); }
td.TdClassName
{
border-color: #007DB8;
}
.TagClassName
{
border-color: #007DB8;
}
</style>