Shades of Pacific Blue #078CDA
Tints of Pacific Blue #078CDA
RGB
CMYK
RGB Variations
Color information
#078CDA (or 0x078CDA) is known color: Pacific Blue. HEX triplet: 07, 8C and DA. RGB value is (7,140,218). Sum of RGB (Red+Green+Blue) = 7+140+218=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #078CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078CDA is #F87325. Grayscale: #6C6C6C. Windows color (decimal): -16282406 or 14322695. OLE color: 14322695.
HSL color Cylindrical-coordinate representation of color #078CDA: hue angle of 202.18º 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 #078CDA is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 140 | 218 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.15 |
| HSL | 202.18º | 0.94% | 0.44% | - |
| HSV(B) | 202.18º | 0.97% | 0.85% | - |
| XYZ | 22.12 | 23.86 | 69.77 | - |
| YUV | 109.13 | 189.44 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 218 | 0.97 | 0.36 | 0 | 0.15 | 202.18 | 0.94 | 0.44 |
| Hex | 7 | 8C | DA | 61 | 24 | 0 | F | CA | 5E | 2C |
| Octal | 7 | 214 | 332 | 141 | 44 | 0 | 17 | 312 | 136 | 54 |
| Binary | 111 | 10001100 | 11011010 | 1100001 | 100100 | 0 | 1111 | 11001010 | 1011110 | 101100 |
Color Harmonies of #078CDA
Complementary color
Monochromatic Colors of #078CDA
Black with #078CDA
Text Example
Text Example
White with #078CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CDA; }
p { color: rgb(7,140,218); }
H1.HeaderClassName
{
color: #078CDA;
}
.AnyTagClassName
{
color: #078CDA;
}
</style>
background-color css
<style>
a { background-color: #078CDA; }
a { background-color: rgb(7,140,218); }
div.DivClassName
{
background-color: #078CDA;
}
.BgClassName
{
background-color: #078CDA;
}
</style>
border-color css
<style>
span { border-color: #078CDA; }
span { border-color: rgb(7,140,218); }
td.TdClassName
{
border-color: #078CDA;
}
.TagClassName
{
border-color: #078CDA;
}
</style>