Shades of Pacific Blue #078DE1
Tints of Pacific Blue #078DE1
RGB
CMYK
RGB Variations
Color information
#078DE1 (or 0x078DE1) is known color: Pacific Blue. HEX triplet: 07, 8D and E1. RGB value is (7,141,225). Sum of RGB (Red+Green+Blue) = 7+141+225=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #078DE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DE1 is #F8721E. Grayscale: #6E6E6E. Windows color (decimal): -16282143 or 14781703. OLE color: 14781703.
HSL color Cylindrical-coordinate representation of color #078DE1: hue angle of 203.12º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078DE1 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 141 | 225 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.12 |
| HSL | 203.12º | 0.94% | 0.45% | - |
| HSV(B) | 203.12º | 0.97% | 0.88% | - |
| XYZ | 23.2 | 24.53 | 74.75 | - |
| YUV | 110.51 | 192.61 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 225 | 0.97 | 0.37 | 0 | 0.12 | 203.12 | 0.94 | 0.45 |
| Hex | 7 | 8D | E1 | 61 | 25 | 0 | C | CB | 5E | 2D |
| Octal | 7 | 215 | 341 | 141 | 45 | 0 | 14 | 313 | 136 | 55 |
| Binary | 111 | 10001101 | 11100001 | 1100001 | 100101 | 0 | 1100 | 11001011 | 1011110 | 101101 |
Color Harmonies of #078DE1
Complementary color
Monochromatic Colors of #078DE1
Black with #078DE1
Text Example
Text Example
White with #078DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DE1; }
p { color: rgb(7,141,225); }
H1.HeaderClassName
{
color: #078DE1;
}
.AnyTagClassName
{
color: #078DE1;
}
</style>
background-color css
<style>
a { background-color: #078DE1; }
a { background-color: rgb(7,141,225); }
div.DivClassName
{
background-color: #078DE1;
}
.BgClassName
{
background-color: #078DE1;
}
</style>
border-color css
<style>
span { border-color: #078DE1; }
span { border-color: rgb(7,141,225); }
td.TdClassName
{
border-color: #078DE1;
}
.TagClassName
{
border-color: #078DE1;
}
</style>