Shades of Pacific Blue #0786CD
Tints of Pacific Blue #0786CD
RGB
CMYK
RGB Variations
Color information
#0786CD (or 0x0786CD) is known color: Pacific Blue. HEX triplet: 07, 86 and CD. RGB value is (7,134,205). Sum of RGB (Red+Green+Blue) = 7+134+205=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #0786CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0786CD is #F87932. Grayscale: #676767. Windows color (decimal): -16283955 or 13469191. OLE color: 13469191.
HSL color Cylindrical-coordinate representation of color #0786CD: hue angle of 201.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0786CD is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 134 | 205 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.20 |
| HSL | 201.52º | 0.93% | 0.42% | - |
| HSV(B) | 201.52º | 0.97% | 0.8% | - |
| XYZ | 19.63 | 21.5 | 60.87 | - |
| YUV | 104.12 | 184.92 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 205 | 0.97 | 0.35 | 0 | 0.20 | 201.52 | 0.93 | 0.42 |
| Hex | 7 | 86 | CD | 61 | 23 | 0 | 14 | CA | 5D | 2A |
| Octal | 7 | 206 | 315 | 141 | 43 | 0 | 24 | 312 | 135 | 52 |
| Binary | 111 | 10000110 | 11001101 | 1100001 | 100011 | 0 | 10100 | 11001010 | 1011101 | 101010 |
Color Harmonies of #0786CD
Complementary color
Monochromatic Colors of #0786CD
Black with #0786CD
Text Example
Text Example
White with #0786CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0786CD; }
p { color: rgb(7,134,205); }
H1.HeaderClassName
{
color: #0786CD;
}
.AnyTagClassName
{
color: #0786CD;
}
</style>
background-color css
<style>
a { background-color: #0786CD; }
a { background-color: rgb(7,134,205); }
div.DivClassName
{
background-color: #0786CD;
}
.BgClassName
{
background-color: #0786CD;
}
</style>
border-color css
<style>
span { border-color: #0786CD; }
span { border-color: rgb(7,134,205); }
td.TdClassName
{
border-color: #0786CD;
}
.TagClassName
{
border-color: #0786CD;
}
</style>