Shades of Cerulean #007ABD
Tints of Cerulean #007ABD
RGB
CMYK
RGB Variations
Color information
#007ABD (or 0x007ABD) is known color: Cerulean. HEX triplet: 00, 7A and BD. RGB value is (0,122,189). Sum of RGB (Red+Green+Blue) = 0+122+189=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #007ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ABD is #FF8542. Grayscale: #5C5C5C. Windows color (decimal): -16745795 or 12417536. OLE color: 12417536.
HSL color Cylindrical-coordinate representation of color #007ABD: hue angle of 201.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ABD is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 122 | 189 | - |
| CMYK | 1 | 0.35 | 0 | 0.26 |
| HSL | 201.27º | 1% | 0.37% | - |
| HSV(B) | 201.27º | 1% | 0.74% | - |
| XYZ | 16.14 | 17.59 | 50.69 | - |
| YUV | 93.16 | 182.08 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 189 | 1 | 0.35 | 0 | 0.26 | 201.27 | 1 | 0.37 |
| Hex | 0 | 7A | BD | 64 | 23 | 0 | 1A | C9 | 64 | 25 |
| Octal | 0 | 172 | 275 | 144 | 43 | 0 | 32 | 311 | 144 | 45 |
| Binary | 0 | 1111010 | 10111101 | 1100100 | 100011 | 0 | 11010 | 11001001 | 1100100 | 100101 |
Color Harmonies of #007ABD
Complementary color
Monochromatic Colors of #007ABD
Black with #007ABD
Text Example
Text Example
White with #007ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ABD; }
p { color: rgb(0,122,189); }
H1.HeaderClassName
{
color: #007ABD;
}
.AnyTagClassName
{
color: #007ABD;
}
</style>
background-color css
<style>
a { background-color: #007ABD; }
a { background-color: rgb(0,122,189); }
div.DivClassName
{
background-color: #007ABD;
}
.BgClassName
{
background-color: #007ABD;
}
</style>
border-color css
<style>
span { border-color: #007ABD; }
span { border-color: rgb(0,122,189); }
td.TdClassName
{
border-color: #007ABD;
}
.TagClassName
{
border-color: #007ABD;
}
</style>