Shades of Pacific Blue #07A4DB
Tints of Pacific Blue #07A4DB
RGB
CMYK
RGB Variations
Color information
#07A4DB (or 0x07A4DB) is known color: Pacific Blue. HEX triplet: 07, A4 and DB. RGB value is (7,164,219). Sum of RGB (Red+Green+Blue) = 7+164+219=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #07A4DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A4DB is #F85B24. Grayscale: #7A7A7A. Windows color (decimal): -16276261 or 14394375. OLE color: 14394375.
HSL color Cylindrical-coordinate representation of color #07A4DB: hue angle of 195.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A4DB is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 164 | 219 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.14 |
| HSL | 195.57º | 0.94% | 0.44% | - |
| HSV(B) | 195.57º | 0.97% | 0.86% | - |
| XYZ | 26.15 | 31.71 | 71.76 | - |
| YUV | 123.33 | 181.99 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 164 | 219 | 0.97 | 0.25 | 0 | 0.14 | 195.57 | 0.94 | 0.44 |
| Hex | 7 | A4 | DB | 61 | 19 | 0 | E | C4 | 5E | 2C |
| Octal | 7 | 244 | 333 | 141 | 31 | 0 | 16 | 304 | 136 | 54 |
| Binary | 111 | 10100100 | 11011011 | 1100001 | 11001 | 0 | 1110 | 11000100 | 1011110 | 101100 |
Color Harmonies of #07A4DB
Complementary color
Monochromatic Colors of #07A4DB
Black with #07A4DB
Text Example
Text Example
White with #07A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A4DB; }
p { color: rgb(7,164,219); }
H1.HeaderClassName
{
color: #07A4DB;
}
.AnyTagClassName
{
color: #07A4DB;
}
</style>
background-color css
<style>
a { background-color: #07A4DB; }
a { background-color: rgb(7,164,219); }
div.DivClassName
{
background-color: #07A4DB;
}
.BgClassName
{
background-color: #07A4DB;
}
</style>
border-color css
<style>
span { border-color: #07A4DB; }
span { border-color: rgb(7,164,219); }
td.TdClassName
{
border-color: #07A4DB;
}
.TagClassName
{
border-color: #07A4DB;
}
</style>