Shades of Cerulean #007DB5
Tints of Cerulean #007DB5
RGB
CMYK
RGB Variations
Color information
#007DB5 (or 0x007DB5) is known color: Cerulean. HEX triplet: 00, 7D and B5. RGB value is (0,125,181). Sum of RGB (Red+Green+Blue) = 0+125+181=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #007DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DB5 is #FF824A. Grayscale: #5D5D5D. Windows color (decimal): -16745035 or 11894016. OLE color: 11894016.
HSL color Cylindrical-coordinate representation of color #007DB5: hue angle of 198.56º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DB5 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 125 | 181 | - |
| CMYK | 1 | 0.31 | 0 | 0.29 |
| HSL | 198.56º | 1% | 0.35% | - |
| HSV(B) | 198.56º | 1% | 0.71% | - |
| XYZ | 15.67 | 18 | 46.36 | - |
| YUV | 94.01 | 177.09 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 181 | 1 | 0.31 | 0 | 0.29 | 198.56 | 1 | 0.35 |
| Hex | 0 | 7D | B5 | 64 | 1F | 0 | 1D | C7 | 64 | 23 |
| Octal | 0 | 175 | 265 | 144 | 37 | 0 | 35 | 307 | 144 | 43 |
| Binary | 0 | 1111101 | 10110101 | 1100100 | 11111 | 0 | 11101 | 11000111 | 1100100 | 100011 |
Color Harmonies of #007DB5
Complementary color
Monochromatic Colors of #007DB5
Black with #007DB5
Text Example
Text Example
White with #007DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DB5; }
p { color: rgb(0,125,181); }
H1.HeaderClassName
{
color: #007DB5;
}
.AnyTagClassName
{
color: #007DB5;
}
</style>
background-color css
<style>
a { background-color: #007DB5; }
a { background-color: rgb(0,125,181); }
div.DivClassName
{
background-color: #007DB5;
}
.BgClassName
{
background-color: #007DB5;
}
</style>
border-color css
<style>
span { border-color: #007DB5; }
span { border-color: rgb(0,125,181); }
td.TdClassName
{
border-color: #007DB5;
}
.TagClassName
{
border-color: #007DB5;
}
</style>