Shades of Pacific Blue #0787CA
Tints of Pacific Blue #0787CA
RGB
CMYK
RGB Variations
Color information
#0787CA (or 0x0787CA) is known color: Pacific Blue. HEX triplet: 07, 87 and CA. RGB value is (7,135,202). Sum of RGB (Red+Green+Blue) = 7+135+202=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #0787CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0787CA is #F87835. Grayscale: #676767. Windows color (decimal): -16283702 or 13272839. OLE color: 13272839.
HSL color Cylindrical-coordinate representation of color #0787CA: hue angle of 200.62º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0787CA is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 135 | 202 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.21 |
| HSL | 200.62º | 0.93% | 0.41% | - |
| HSV(B) | 200.62º | 0.97% | 0.79% | - |
| XYZ | 19.41 | 21.64 | 59.03 | - |
| YUV | 104.37 | 183.09 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 202 | 0.97 | 0.33 | 0 | 0.21 | 200.62 | 0.93 | 0.41 |
| Hex | 7 | 87 | CA | 61 | 21 | 0 | 15 | C9 | 5D | 29 |
| Octal | 7 | 207 | 312 | 141 | 41 | 0 | 25 | 311 | 135 | 51 |
| Binary | 111 | 10000111 | 11001010 | 1100001 | 100001 | 0 | 10101 | 11001001 | 1011101 | 101001 |
Color Harmonies of #0787CA
Complementary color
Monochromatic Colors of #0787CA
Black with #0787CA
Text Example
Text Example
White with #0787CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0787CA; }
p { color: rgb(7,135,202); }
H1.HeaderClassName
{
color: #0787CA;
}
.AnyTagClassName
{
color: #0787CA;
}
</style>
background-color css
<style>
a { background-color: #0787CA; }
a { background-color: rgb(7,135,202); }
div.DivClassName
{
background-color: #0787CA;
}
.BgClassName
{
background-color: #0787CA;
}
</style>
border-color css
<style>
span { border-color: #0787CA; }
span { border-color: rgb(7,135,202); }
td.TdClassName
{
border-color: #0787CA;
}
.TagClassName
{
border-color: #0787CA;
}
</style>