Shades of Pacific Blue #078BDB
Tints of Pacific Blue #078BDB
RGB
CMYK
RGB Variations
Color information
#078BDB (or 0x078BDB) is known color: Pacific Blue. HEX triplet: 07, 8B and DB. RGB value is (7,139,219). Sum of RGB (Red+Green+Blue) = 7+139+219=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #078BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078BDB is #F87424. Grayscale: #6C6C6C. Windows color (decimal): -16282661 or 14387975. OLE color: 14387975.
HSL color Cylindrical-coordinate representation of color #078BDB: hue angle of 202.64º 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 #078BDB is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 139 | 219 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.14 |
| HSL | 202.64º | 0.94% | 0.44% | - |
| HSV(B) | 202.64º | 0.97% | 0.86% | - |
| XYZ | 22.11 | 23.62 | 70.41 | - |
| YUV | 108.65 | 190.27 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 219 | 0.97 | 0.37 | 0 | 0.14 | 202.64 | 0.94 | 0.44 |
| Hex | 7 | 8B | DB | 61 | 25 | 0 | E | CB | 5E | 2C |
| Octal | 7 | 213 | 333 | 141 | 45 | 0 | 16 | 313 | 136 | 54 |
| Binary | 111 | 10001011 | 11011011 | 1100001 | 100101 | 0 | 1110 | 11001011 | 1011110 | 101100 |
Color Harmonies of #078BDB
Complementary color
Monochromatic Colors of #078BDB
Black with #078BDB
Text Example
Text Example
White with #078BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BDB; }
p { color: rgb(7,139,219); }
H1.HeaderClassName
{
color: #078BDB;
}
.AnyTagClassName
{
color: #078BDB;
}
</style>
background-color css
<style>
a { background-color: #078BDB; }
a { background-color: rgb(7,139,219); }
div.DivClassName
{
background-color: #078BDB;
}
.BgClassName
{
background-color: #078BDB;
}
</style>
border-color css
<style>
span { border-color: #078BDB; }
span { border-color: rgb(7,139,219); }
td.TdClassName
{
border-color: #078BDB;
}
.TagClassName
{
border-color: #078BDB;
}
</style>