Shades of Pacific Blue #078FDB
Tints of Pacific Blue #078FDB
RGB
CMYK
RGB Variations
Color information
#078FDB (or 0x078FDB) is known color: Pacific Blue. HEX triplet: 07, 8F and DB. RGB value is (7,143,219). Sum of RGB (Red+Green+Blue) = 7+143+219=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #078FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FDB is #F87024. Grayscale: #6E6E6E. Windows color (decimal): -16281637 or 14388999. OLE color: 14388999.
HSL color Cylindrical-coordinate representation of color #078FDB: hue angle of 201.51º 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 #078FDB is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 143 | 219 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.14 |
| HSL | 201.51º | 0.94% | 0.44% | - |
| HSV(B) | 201.51º | 0.97% | 0.86% | - |
| XYZ | 22.7 | 24.8 | 70.61 | - |
| YUV | 111 | 188.94 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 219 | 0.97 | 0.35 | 0 | 0.14 | 201.51 | 0.94 | 0.44 |
| Hex | 7 | 8F | DB | 61 | 23 | 0 | E | CA | 5E | 2C |
| Octal | 7 | 217 | 333 | 141 | 43 | 0 | 16 | 312 | 136 | 54 |
| Binary | 111 | 10001111 | 11011011 | 1100001 | 100011 | 0 | 1110 | 11001010 | 1011110 | 101100 |
Color Harmonies of #078FDB
Complementary color
Monochromatic Colors of #078FDB
Black with #078FDB
Text Example
Text Example
White with #078FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FDB; }
p { color: rgb(7,143,219); }
H1.HeaderClassName
{
color: #078FDB;
}
.AnyTagClassName
{
color: #078FDB;
}
</style>
background-color css
<style>
a { background-color: #078FDB; }
a { background-color: rgb(7,143,219); }
div.DivClassName
{
background-color: #078FDB;
}
.BgClassName
{
background-color: #078FDB;
}
</style>
border-color css
<style>
span { border-color: #078FDB; }
span { border-color: rgb(7,143,219); }
td.TdClassName
{
border-color: #078FDB;
}
.TagClassName
{
border-color: #078FDB;
}
</style>