Shades of Pacific Blue #078CDC
Tints of Pacific Blue #078CDC
RGB
CMYK
RGB Variations
Color information
#078CDC (or 0x078CDC) is known color: Pacific Blue. HEX triplet: 07, 8C and DC. RGB value is (7,140,220). Sum of RGB (Red+Green+Blue) = 7+140+220=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #078CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078CDC is #F87323. Grayscale: #6C6C6C. Windows color (decimal): -16282404 or 14453767. OLE color: 14453767.
HSL color Cylindrical-coordinate representation of color #078CDC: hue angle of 202.54º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078CDC is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 140 | 220 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.14 |
| HSL | 202.54º | 0.94% | 0.45% | - |
| HSV(B) | 202.54º | 0.97% | 0.86% | - |
| XYZ | 22.38 | 23.97 | 71.16 | - |
| YUV | 109.35 | 190.44 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 220 | 0.97 | 0.36 | 0 | 0.14 | 202.54 | 0.94 | 0.45 |
| Hex | 7 | 8C | DC | 61 | 24 | 0 | E | CB | 5E | 2D |
| Octal | 7 | 214 | 334 | 141 | 44 | 0 | 16 | 313 | 136 | 55 |
| Binary | 111 | 10001100 | 11011100 | 1100001 | 100100 | 0 | 1110 | 11001011 | 1011110 | 101101 |
Color Harmonies of #078CDC
Complementary color
Monochromatic Colors of #078CDC
Black with #078CDC
Text Example
Text Example
White with #078CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CDC; }
p { color: rgb(7,140,220); }
H1.HeaderClassName
{
color: #078CDC;
}
.AnyTagClassName
{
color: #078CDC;
}
</style>
background-color css
<style>
a { background-color: #078CDC; }
a { background-color: rgb(7,140,220); }
div.DivClassName
{
background-color: #078CDC;
}
.BgClassName
{
background-color: #078CDC;
}
</style>
border-color css
<style>
span { border-color: #078CDC; }
span { border-color: rgb(7,140,220); }
td.TdClassName
{
border-color: #078CDC;
}
.TagClassName
{
border-color: #078CDC;
}
</style>