Shades of Cerulean #007DC1
Tints of Cerulean #007DC1
RGB
CMYK
RGB Variations
Color information
#007DC1 (or 0x007DC1) is known color: Cerulean. HEX triplet: 00, 7D and C1. RGB value is (0,125,193). Sum of RGB (Red+Green+Blue) = 0+125+193=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #007DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DC1 is #FF823E. Grayscale: #5E5E5E. Windows color (decimal): -16745023 or 12680448. OLE color: 12680448.
HSL color Cylindrical-coordinate representation of color #007DC1: hue angle of 201.14º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DC1 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 125 | 193 | - |
| CMYK | 1 | 0.35 | 0 | 0.24 |
| HSL | 201.14º | 1% | 0.38% | - |
| HSV(B) | 201.14º | 1% | 0.76% | - |
| XYZ | 16.96 | 18.52 | 53.13 | - |
| YUV | 95.38 | 183.09 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 193 | 1 | 0.35 | 0 | 0.24 | 201.14 | 1 | 0.38 |
| Hex | 0 | 7D | C1 | 64 | 23 | 0 | 18 | C9 | 64 | 26 |
| Octal | 0 | 175 | 301 | 144 | 43 | 0 | 30 | 311 | 144 | 46 |
| Binary | 0 | 1111101 | 11000001 | 1100100 | 100011 | 0 | 11000 | 11001001 | 1100100 | 100110 |
Color Harmonies of #007DC1
Complementary color
Monochromatic Colors of #007DC1
Black with #007DC1
Text Example
Text Example
White with #007DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DC1; }
p { color: rgb(0,125,193); }
H1.HeaderClassName
{
color: #007DC1;
}
.AnyTagClassName
{
color: #007DC1;
}
</style>
background-color css
<style>
a { background-color: #007DC1; }
a { background-color: rgb(0,125,193); }
div.DivClassName
{
background-color: #007DC1;
}
.BgClassName
{
background-color: #007DC1;
}
</style>
border-color css
<style>
span { border-color: #007DC1; }
span { border-color: rgb(0,125,193); }
td.TdClassName
{
border-color: #007DC1;
}
.TagClassName
{
border-color: #007DC1;
}
</style>