Shades of Pacific Blue #078ADC
Tints of Pacific Blue #078ADC
RGB
CMYK
RGB Variations
Color information
#078ADC (or 0x078ADC) is known color: Pacific Blue. HEX triplet: 07, 8A and DC. RGB value is (7,138,220). Sum of RGB (Red+Green+Blue) = 7+138+220=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #078ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ADC is #F87523. Grayscale: #6B6B6B. Windows color (decimal): -16282916 or 14453255. OLE color: 14453255.
HSL color Cylindrical-coordinate representation of color #078ADC: hue angle of 203.1º 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 #078ADC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 138 | 220 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.14 |
| HSL | 203.1º | 0.94% | 0.45% | - |
| HSV(B) | 203.1º | 0.97% | 0.86% | - |
| XYZ | 22.09 | 23.39 | 71.06 | - |
| YUV | 108.18 | 191.1 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 220 | 0.97 | 0.37 | 0 | 0.14 | 203.1 | 0.94 | 0.45 |
| Hex | 7 | 8A | DC | 61 | 25 | 0 | E | CB | 5E | 2D |
| Octal | 7 | 212 | 334 | 141 | 45 | 0 | 16 | 313 | 136 | 55 |
| Binary | 111 | 10001010 | 11011100 | 1100001 | 100101 | 0 | 1110 | 11001011 | 1011110 | 101101 |
Color Harmonies of #078ADC
Complementary color
Monochromatic Colors of #078ADC
Black with #078ADC
Text Example
Text Example
White with #078ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ADC; }
p { color: rgb(7,138,220); }
H1.HeaderClassName
{
color: #078ADC;
}
.AnyTagClassName
{
color: #078ADC;
}
</style>
background-color css
<style>
a { background-color: #078ADC; }
a { background-color: rgb(7,138,220); }
div.DivClassName
{
background-color: #078ADC;
}
.BgClassName
{
background-color: #078ADC;
}
</style>
border-color css
<style>
span { border-color: #078ADC; }
span { border-color: rgb(7,138,220); }
td.TdClassName
{
border-color: #078ADC;
}
.TagClassName
{
border-color: #078ADC;
}
</style>