Shades of Cerulean #007DB4
Tints of Cerulean #007DB4
RGB
CMYK
RGB Variations
Color information
#007DB4 (or 0x007DB4) is known color: Cerulean. HEX triplet: 00, 7D and B4. RGB value is (0,125,180). Sum of RGB (Red+Green+Blue) = 0+125+180=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #007DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DB4 is #FF824B. Grayscale: #5D5D5D. Windows color (decimal): -16745036 or 11828480. OLE color: 11828480.
HSL color Cylindrical-coordinate representation of color #007DB4: hue angle of 198.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DB4 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 125 | 180 | - |
| CMYK | 1 | 0.31 | 0 | 0.29 |
| HSL | 198.33º | 1% | 0.35% | - |
| HSV(B) | 198.33º | 1% | 0.71% | - |
| XYZ | 15.57 | 17.96 | 45.83 | - |
| YUV | 93.9 | 176.59 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 180 | 1 | 0.31 | 0 | 0.29 | 198.33 | 1 | 0.35 |
| Hex | 0 | 7D | B4 | 64 | 1F | 0 | 1D | C6 | 64 | 23 |
| Octal | 0 | 175 | 264 | 144 | 37 | 0 | 35 | 306 | 144 | 43 |
| Binary | 0 | 1111101 | 10110100 | 1100100 | 11111 | 0 | 11101 | 11000110 | 1100100 | 100011 |
Color Harmonies of #007DB4
Complementary color
Monochromatic Colors of #007DB4
Black with #007DB4
Text Example
Text Example
White with #007DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DB4; }
p { color: rgb(0,125,180); }
H1.HeaderClassName
{
color: #007DB4;
}
.AnyTagClassName
{
color: #007DB4;
}
</style>
background-color css
<style>
a { background-color: #007DB4; }
a { background-color: rgb(0,125,180); }
div.DivClassName
{
background-color: #007DB4;
}
.BgClassName
{
background-color: #007DB4;
}
</style>
border-color css
<style>
span { border-color: #007DB4; }
span { border-color: rgb(0,125,180); }
td.TdClassName
{
border-color: #007DB4;
}
.TagClassName
{
border-color: #007DB4;
}
</style>