Shades of Pacific Blue #07A2E0
Tints of Pacific Blue #07A2E0
RGB
CMYK
RGB Variations
Color information
#07A2E0 (or 0x07A2E0) is known color: Pacific Blue. HEX triplet: 07, A2 and E0. RGB value is (7,162,224). Sum of RGB (Red+Green+Blue) = 7+162+224=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 224 (87.89% from 255 or 57.00% from 393); Max value from RGB is 224 - color contains mainly: blue. Hex color #07A2E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A2E0 is #F85D1F. Grayscale: #7A7A7A. Windows color (decimal): -16276768 or 14721543. OLE color: 14721543.
HSL color Cylindrical-coordinate representation of color #07A2E0: hue angle of 197.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A2E0 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 162 | 224 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.12 |
| HSL | 197.14º | 0.94% | 0.45% | - |
| HSV(B) | 197.14º | 0.97% | 0.88% | - |
| XYZ | 26.46 | 31.27 | 75.16 | - |
| YUV | 122.72 | 185.15 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 224 | 0.97 | 0.28 | 0 | 0.12 | 197.14 | 0.94 | 0.45 |
| Hex | 7 | A2 | E0 | 61 | 1C | 0 | C | C5 | 5E | 2D |
| Octal | 7 | 242 | 340 | 141 | 34 | 0 | 14 | 305 | 136 | 55 |
| Binary | 111 | 10100010 | 11100000 | 1100001 | 11100 | 0 | 1100 | 11000101 | 1011110 | 101101 |
Color Harmonies of #07A2E0
Complementary color
Monochromatic Colors of #07A2E0
Black with #07A2E0
Text Example
Text Example
White with #07A2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A2E0; }
p { color: rgb(7,162,224); }
H1.HeaderClassName
{
color: #07A2E0;
}
.AnyTagClassName
{
color: #07A2E0;
}
</style>
background-color css
<style>
a { background-color: #07A2E0; }
a { background-color: rgb(7,162,224); }
div.DivClassName
{
background-color: #07A2E0;
}
.BgClassName
{
background-color: #07A2E0;
}
</style>
border-color css
<style>
span { border-color: #07A2E0; }
span { border-color: rgb(7,162,224); }
td.TdClassName
{
border-color: #07A2E0;
}
.TagClassName
{
border-color: #07A2E0;
}
</style>