Shades of Cerulean #007DBC
Tints of Cerulean #007DBC
RGB
CMYK
RGB Variations
Color information
#007DBC (or 0x007DBC) is known color: Cerulean. HEX triplet: 00, 7D and BC. RGB value is (0,125,188). Sum of RGB (Red+Green+Blue) = 0+125+188=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #007DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DBC is #FF8243. Grayscale: #5E5E5E. Windows color (decimal): -16745028 or 12352768. OLE color: 12352768.
HSL color Cylindrical-coordinate representation of color #007DBC: hue angle of 200.11º 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 #007DBC is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 125 | 188 | - |
| CMYK | 1 | 0.34 | 0 | 0.26 |
| HSL | 200.11º | 1% | 0.37% | - |
| HSV(B) | 200.11º | 1% | 0.74% | - |
| XYZ | 16.41 | 18.3 | 50.24 | - |
| YUV | 94.81 | 180.59 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 188 | 1 | 0.34 | 0 | 0.26 | 200.11 | 1 | 0.37 |
| Hex | 0 | 7D | BC | 64 | 22 | 0 | 1A | C8 | 64 | 25 |
| Octal | 0 | 175 | 274 | 144 | 42 | 0 | 32 | 310 | 144 | 45 |
| Binary | 0 | 1111101 | 10111100 | 1100100 | 100010 | 0 | 11010 | 11001000 | 1100100 | 100101 |
Color Harmonies of #007DBC
Complementary color
Monochromatic Colors of #007DBC
Black with #007DBC
Text Example
Text Example
White with #007DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DBC; }
p { color: rgb(0,125,188); }
H1.HeaderClassName
{
color: #007DBC;
}
.AnyTagClassName
{
color: #007DBC;
}
</style>
background-color css
<style>
a { background-color: #007DBC; }
a { background-color: rgb(0,125,188); }
div.DivClassName
{
background-color: #007DBC;
}
.BgClassName
{
background-color: #007DBC;
}
</style>
border-color css
<style>
span { border-color: #007DBC; }
span { border-color: rgb(0,125,188); }
td.TdClassName
{
border-color: #007DBC;
}
.TagClassName
{
border-color: #007DBC;
}
</style>