Shades of Pacific Blue #078DDA
Tints of Pacific Blue #078DDA
RGB
CMYK
RGB Variations
Color information
#078DDA (or 0x078DDA) is known color: Pacific Blue. HEX triplet: 07, 8D and DA. RGB value is (7,141,218). Sum of RGB (Red+Green+Blue) = 7+141+218=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #078DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DDA is #F87225. Grayscale: #6D6D6D. Windows color (decimal): -16282150 or 14322951. OLE color: 14322951.
HSL color Cylindrical-coordinate representation of color #078DDA: hue angle of 201.9º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078DDA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 141 | 218 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.15 |
| HSL | 201.9º | 0.94% | 0.44% | - |
| HSV(B) | 201.9º | 0.97% | 0.85% | - |
| XYZ | 22.27 | 24.16 | 69.82 | - |
| YUV | 109.71 | 189.11 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 218 | 0.97 | 0.35 | 0 | 0.15 | 201.9 | 0.94 | 0.44 |
| Hex | 7 | 8D | DA | 61 | 23 | 0 | F | CA | 5E | 2C |
| Octal | 7 | 215 | 332 | 141 | 43 | 0 | 17 | 312 | 136 | 54 |
| Binary | 111 | 10001101 | 11011010 | 1100001 | 100011 | 0 | 1111 | 11001010 | 1011110 | 101100 |
Color Harmonies of #078DDA
Complementary color
Monochromatic Colors of #078DDA
Black with #078DDA
Text Example
Text Example
White with #078DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DDA; }
p { color: rgb(7,141,218); }
H1.HeaderClassName
{
color: #078DDA;
}
.AnyTagClassName
{
color: #078DDA;
}
</style>
background-color css
<style>
a { background-color: #078DDA; }
a { background-color: rgb(7,141,218); }
div.DivClassName
{
background-color: #078DDA;
}
.BgClassName
{
background-color: #078DDA;
}
</style>
border-color css
<style>
span { border-color: #078DDA; }
span { border-color: rgb(7,141,218); }
td.TdClassName
{
border-color: #078DDA;
}
.TagClassName
{
border-color: #078DDA;
}
</style>