Shades of Pacific Blue #078ADB
Tints of Pacific Blue #078ADB
RGB
CMYK
RGB Variations
Color information
#078ADB (or 0x078ADB) is known color: Pacific Blue. HEX triplet: 07, 8A and DB. RGB value is (7,138,219). Sum of RGB (Red+Green+Blue) = 7+138+219=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #078ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ADB is #F87524. Grayscale: #6B6B6B. Windows color (decimal): -16282917 or 14387719. OLE color: 14387719.
HSL color Cylindrical-coordinate representation of color #078ADB: hue angle of 202.92º 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 #078ADB is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 138 | 219 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.14 |
| HSL | 202.92º | 0.94% | 0.44% | - |
| HSV(B) | 202.92º | 0.97% | 0.86% | - |
| XYZ | 21.96 | 23.34 | 70.36 | - |
| YUV | 108.07 | 190.6 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 219 | 0.97 | 0.37 | 0 | 0.14 | 202.92 | 0.94 | 0.44 |
| Hex | 7 | 8A | DB | 61 | 25 | 0 | E | CB | 5E | 2C |
| Octal | 7 | 212 | 333 | 141 | 45 | 0 | 16 | 313 | 136 | 54 |
| Binary | 111 | 10001010 | 11011011 | 1100001 | 100101 | 0 | 1110 | 11001011 | 1011110 | 101100 |
Color Harmonies of #078ADB
Complementary color
Monochromatic Colors of #078ADB
Black with #078ADB
Text Example
Text Example
White with #078ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ADB; }
p { color: rgb(7,138,219); }
H1.HeaderClassName
{
color: #078ADB;
}
.AnyTagClassName
{
color: #078ADB;
}
</style>
background-color css
<style>
a { background-color: #078ADB; }
a { background-color: rgb(7,138,219); }
div.DivClassName
{
background-color: #078ADB;
}
.BgClassName
{
background-color: #078ADB;
}
</style>
border-color css
<style>
span { border-color: #078ADB; }
span { border-color: rgb(7,138,219); }
td.TdClassName
{
border-color: #078ADB;
}
.TagClassName
{
border-color: #078ADB;
}
</style>