Shades of Pacific Blue #078FDC
Tints of Pacific Blue #078FDC
RGB
CMYK
RGB Variations
Color information
#078FDC (or 0x078FDC) is known color: Pacific Blue. HEX triplet: 07, 8F and DC. RGB value is (7,143,220). Sum of RGB (Red+Green+Blue) = 7+143+220=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #078FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FDC is #F87023. Grayscale: #6E6E6E. Windows color (decimal): -16281636 or 14454535. OLE color: 14454535.
HSL color Cylindrical-coordinate representation of color #078FDC: hue angle of 201.69º 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 #078FDC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 143 | 220 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.14 |
| HSL | 201.69º | 0.94% | 0.45% | - |
| HSV(B) | 201.69º | 0.97% | 0.86% | - |
| XYZ | 22.83 | 24.86 | 71.3 | - |
| YUV | 111.11 | 189.44 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 220 | 0.97 | 0.35 | 0 | 0.14 | 201.69 | 0.94 | 0.45 |
| Hex | 7 | 8F | DC | 61 | 23 | 0 | E | CA | 5E | 2D |
| Octal | 7 | 217 | 334 | 141 | 43 | 0 | 16 | 312 | 136 | 55 |
| Binary | 111 | 10001111 | 11011100 | 1100001 | 100011 | 0 | 1110 | 11001010 | 1011110 | 101101 |
Color Harmonies of #078FDC
Complementary color
Monochromatic Colors of #078FDC
Black with #078FDC
Text Example
Text Example
White with #078FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FDC; }
p { color: rgb(7,143,220); }
H1.HeaderClassName
{
color: #078FDC;
}
.AnyTagClassName
{
color: #078FDC;
}
</style>
background-color css
<style>
a { background-color: #078FDC; }
a { background-color: rgb(7,143,220); }
div.DivClassName
{
background-color: #078FDC;
}
.BgClassName
{
background-color: #078FDC;
}
</style>
border-color css
<style>
span { border-color: #078FDC; }
span { border-color: rgb(7,143,220); }
td.TdClassName
{
border-color: #078FDC;
}
.TagClassName
{
border-color: #078FDC;
}
</style>