Shades of Cerulean #007DB3
Tints of Cerulean #007DB3
RGB
CMYK
RGB Variations
Color information
#007DB3 (or 0x007DB3) is known color: Cerulean. HEX triplet: 00, 7D and B3. RGB value is (0,125,179). Sum of RGB (Red+Green+Blue) = 0+125+179=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #007DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DB3 is #FF824C. Grayscale: #5D5D5D. Windows color (decimal): -16745037 or 11762944. OLE color: 11762944.
HSL color Cylindrical-coordinate representation of color #007DB3: hue angle of 198.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DB3 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 125 | 179 | - |
| CMYK | 1 | 0.30 | 0 | 0.30 |
| HSL | 198.1º | 1% | 0.35% | - |
| HSV(B) | 198.1º | 1% | 0.7% | - |
| XYZ | 15.47 | 17.92 | 45.29 | - |
| YUV | 93.78 | 176.09 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 179 | 1 | 0.30 | 0 | 0.30 | 198.1 | 1 | 0.35 |
| Hex | 0 | 7D | B3 | 64 | 1E | 0 | 1E | C6 | 64 | 23 |
| Octal | 0 | 175 | 263 | 144 | 36 | 0 | 36 | 306 | 144 | 43 |
| Binary | 0 | 1111101 | 10110011 | 1100100 | 11110 | 0 | 11110 | 11000110 | 1100100 | 100011 |
Color Harmonies of #007DB3
Complementary color
Monochromatic Colors of #007DB3
Black with #007DB3
Text Example
Text Example
White with #007DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DB3; }
p { color: rgb(0,125,179); }
H1.HeaderClassName
{
color: #007DB3;
}
.AnyTagClassName
{
color: #007DB3;
}
</style>
background-color css
<style>
a { background-color: #007DB3; }
a { background-color: rgb(0,125,179); }
div.DivClassName
{
background-color: #007DB3;
}
.BgClassName
{
background-color: #007DB3;
}
</style>
border-color css
<style>
span { border-color: #007DB3; }
span { border-color: rgb(0,125,179); }
td.TdClassName
{
border-color: #007DB3;
}
.TagClassName
{
border-color: #007DB3;
}
</style>