Shades of Cerulean #007DBD
Tints of Cerulean #007DBD
RGB
CMYK
RGB Variations
Color information
#007DBD (or 0x007DBD) is known color: Cerulean. HEX triplet: 00, 7D and BD. RGB value is (0,125,189). Sum of RGB (Red+Green+Blue) = 0+125+189=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #007DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DBD is #FF8242. Grayscale: #5E5E5E. Windows color (decimal): -16745027 or 12418304. OLE color: 12418304.
HSL color Cylindrical-coordinate representation of color #007DBD: hue angle of 200.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DBD is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 125 | 189 | - |
| CMYK | 1 | 0.34 | 0 | 0.26 |
| HSL | 200.32º | 1% | 0.37% | - |
| HSV(B) | 200.32º | 1% | 0.74% | - |
| XYZ | 16.52 | 18.34 | 50.81 | - |
| YUV | 94.92 | 181.09 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 189 | 1 | 0.34 | 0 | 0.26 | 200.32 | 1 | 0.37 |
| Hex | 0 | 7D | BD | 64 | 22 | 0 | 1A | C8 | 64 | 25 |
| Octal | 0 | 175 | 275 | 144 | 42 | 0 | 32 | 310 | 144 | 45 |
| Binary | 0 | 1111101 | 10111101 | 1100100 | 100010 | 0 | 11010 | 11001000 | 1100100 | 100101 |
Color Harmonies of #007DBD
Complementary color
Monochromatic Colors of #007DBD
Black with #007DBD
Text Example
Text Example
White with #007DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DBD; }
p { color: rgb(0,125,189); }
H1.HeaderClassName
{
color: #007DBD;
}
.AnyTagClassName
{
color: #007DBD;
}
</style>
background-color css
<style>
a { background-color: #007DBD; }
a { background-color: rgb(0,125,189); }
div.DivClassName
{
background-color: #007DBD;
}
.BgClassName
{
background-color: #007DBD;
}
</style>
border-color css
<style>
span { border-color: #007DBD; }
span { border-color: rgb(0,125,189); }
td.TdClassName
{
border-color: #007DBD;
}
.TagClassName
{
border-color: #007DBD;
}
</style>