Shades of Cerulean #007DBF
Tints of Cerulean #007DBF
RGB
CMYK
RGB Variations
Color information
#007DBF (or 0x007DBF) is known color: Cerulean. HEX triplet: 00, 7D and BF. RGB value is (0,125,191). Sum of RGB (Red+Green+Blue) = 0+125+191=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #007DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DBF is #FF8240. Grayscale: #5E5E5E. Windows color (decimal): -16745025 or 12549376. OLE color: 12549376.
HSL color Cylindrical-coordinate representation of color #007DBF: hue angle of 200.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DBF is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 125 | 191 | - |
| CMYK | 1 | 0.35 | 0 | 0.25 |
| HSL | 200.73º | 1% | 0.37% | - |
| HSV(B) | 200.73º | 1% | 0.75% | - |
| XYZ | 16.74 | 18.43 | 51.97 | - |
| YUV | 95.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 191 | 1 | 0.35 | 0 | 0.25 | 200.73 | 1 | 0.37 |
| Hex | 0 | 7D | BF | 64 | 23 | 0 | 19 | C9 | 64 | 25 |
| Octal | 0 | 175 | 277 | 144 | 43 | 0 | 31 | 311 | 144 | 45 |
| Binary | 0 | 1111101 | 10111111 | 1100100 | 100011 | 0 | 11001 | 11001001 | 1100100 | 100101 |
Color Harmonies of #007DBF
Complementary color
Monochromatic Colors of #007DBF
Black with #007DBF
Text Example
Text Example
White with #007DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DBF; }
p { color: rgb(0,125,191); }
H1.HeaderClassName
{
color: #007DBF;
}
.AnyTagClassName
{
color: #007DBF;
}
</style>
background-color css
<style>
a { background-color: #007DBF; }
a { background-color: rgb(0,125,191); }
div.DivClassName
{
background-color: #007DBF;
}
.BgClassName
{
background-color: #007DBF;
}
</style>
border-color css
<style>
span { border-color: #007DBF; }
span { border-color: rgb(0,125,191); }
td.TdClassName
{
border-color: #007DBF;
}
.TagClassName
{
border-color: #007DBF;
}
</style>