Shades of Pacific Blue #078ED2
Tints of Pacific Blue #078ED2
RGB
CMYK
RGB Variations
Color information
#078ED2 (or 0x078ED2) is known color: Pacific Blue. HEX triplet: 07, 8E and D2. RGB value is (7,142,210). Sum of RGB (Red+Green+Blue) = 7+142+210=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #078ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ED2 is #F8712D. Grayscale: #6C6C6C. Windows color (decimal): -16281902 or 13798919. OLE color: 13798919.
HSL color Cylindrical-coordinate representation of color #078ED2: hue angle of 200.1º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078ED2 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 142 | 210 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.18 |
| HSL | 200.1º | 0.94% | 0.43% | - |
| HSV(B) | 200.1º | 0.97% | 0.82% | - |
| XYZ | 21.39 | 24.04 | 64.49 | - |
| YUV | 109.39 | 184.77 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 210 | 0.97 | 0.32 | 0 | 0.18 | 200.1 | 0.94 | 0.43 |
| Hex | 7 | 8E | D2 | 61 | 20 | 0 | 12 | C8 | 5E | 2B |
| Octal | 7 | 216 | 322 | 141 | 40 | 0 | 22 | 310 | 136 | 53 |
| Binary | 111 | 10001110 | 11010010 | 1100001 | 100000 | 0 | 10010 | 11001000 | 1011110 | 101011 |
Color Harmonies of #078ED2
Complementary color
Monochromatic Colors of #078ED2
Black with #078ED2
Text Example
Text Example
White with #078ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ED2; }
p { color: rgb(7,142,210); }
H1.HeaderClassName
{
color: #078ED2;
}
.AnyTagClassName
{
color: #078ED2;
}
</style>
background-color css
<style>
a { background-color: #078ED2; }
a { background-color: rgb(7,142,210); }
div.DivClassName
{
background-color: #078ED2;
}
.BgClassName
{
background-color: #078ED2;
}
</style>
border-color css
<style>
span { border-color: #078ED2; }
span { border-color: rgb(7,142,210); }
td.TdClassName
{
border-color: #078ED2;
}
.TagClassName
{
border-color: #078ED2;
}
</style>