Shades of Pacific Blue #078FD5
Tints of Pacific Blue #078FD5
RGB
CMYK
RGB Variations
Color information
#078FD5 (or 0x078FD5) is known color: Pacific Blue. HEX triplet: 07, 8F and D5. RGB value is (7,143,213). Sum of RGB (Red+Green+Blue) = 7+143+213=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #078FD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FD5 is #F8702A. Grayscale: #6D6D6D. Windows color (decimal): -16281643 or 13995783. OLE color: 13995783.
HSL color Cylindrical-coordinate representation of color #078FD5: hue angle of 200.39º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078FD5 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 143 | 213 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.16 |
| HSL | 200.39º | 0.94% | 0.43% | - |
| HSV(B) | 200.39º | 0.97% | 0.84% | - |
| XYZ | 21.92 | 24.49 | 66.52 | - |
| YUV | 110.32 | 185.94 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 213 | 0.97 | 0.33 | 0 | 0.16 | 200.39 | 0.94 | 0.43 |
| Hex | 7 | 8F | D5 | 61 | 21 | 0 | 10 | C8 | 5E | 2B |
| Octal | 7 | 217 | 325 | 141 | 41 | 0 | 20 | 310 | 136 | 53 |
| Binary | 111 | 10001111 | 11010101 | 1100001 | 100001 | 0 | 10000 | 11001000 | 1011110 | 101011 |
Color Harmonies of #078FD5
Complementary color
Monochromatic Colors of #078FD5
Black with #078FD5
Text Example
Text Example
White with #078FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FD5; }
p { color: rgb(7,143,213); }
H1.HeaderClassName
{
color: #078FD5;
}
.AnyTagClassName
{
color: #078FD5;
}
</style>
background-color css
<style>
a { background-color: #078FD5; }
a { background-color: rgb(7,143,213); }
div.DivClassName
{
background-color: #078FD5;
}
.BgClassName
{
background-color: #078FD5;
}
</style>
border-color css
<style>
span { border-color: #078FD5; }
span { border-color: rgb(7,143,213); }
td.TdClassName
{
border-color: #078FD5;
}
.TagClassName
{
border-color: #078FD5;
}
</style>