Shades of Cerulean #007DBB
Tints of Cerulean #007DBB
RGB
CMYK
RGB Variations
Color information
#007DBB (or 0x007DBB) is known color: Cerulean. HEX triplet: 00, 7D and BB. RGB value is (0,125,187). Sum of RGB (Red+Green+Blue) = 0+125+187=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #007DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DBB is #FF8244. Grayscale: #5E5E5E. Windows color (decimal): -16745029 or 12287232. OLE color: 12287232.
HSL color Cylindrical-coordinate representation of color #007DBB: hue angle of 199.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DBB is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 125 | 187 | - |
| CMYK | 1 | 0.33 | 0 | 0.27 |
| HSL | 199.89º | 1% | 0.37% | - |
| HSV(B) | 199.89º | 1% | 0.73% | - |
| XYZ | 16.3 | 18.26 | 49.68 | - |
| YUV | 94.69 | 180.09 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 187 | 1 | 0.33 | 0 | 0.27 | 199.89 | 1 | 0.37 |
| Hex | 0 | 7D | BB | 64 | 21 | 0 | 1B | C8 | 64 | 25 |
| Octal | 0 | 175 | 273 | 144 | 41 | 0 | 33 | 310 | 144 | 45 |
| Binary | 0 | 1111101 | 10111011 | 1100100 | 100001 | 0 | 11011 | 11001000 | 1100100 | 100101 |
Color Harmonies of #007DBB
Complementary color
Monochromatic Colors of #007DBB
Black with #007DBB
Text Example
Text Example
White with #007DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DBB; }
p { color: rgb(0,125,187); }
H1.HeaderClassName
{
color: #007DBB;
}
.AnyTagClassName
{
color: #007DBB;
}
</style>
background-color css
<style>
a { background-color: #007DBB; }
a { background-color: rgb(0,125,187); }
div.DivClassName
{
background-color: #007DBB;
}
.BgClassName
{
background-color: #007DBB;
}
</style>
border-color css
<style>
span { border-color: #007DBB; }
span { border-color: rgb(0,125,187); }
td.TdClassName
{
border-color: #007DBB;
}
.TagClassName
{
border-color: #007DBB;
}
</style>