#0787CF

Color #0787CF Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0787CF

Tints of Pacific Blue #0787CF

Color information

#0787CF (or 0x0787CF) is unknown color: approx Pacific Blue. HEX triplet: 07, 87 and CF. RGB value is (7,135,207). Sum of RGB (Red+Green+Blue) = 7+135+207=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #0787CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0787CF is #F87830. Grayscale: #686868. Windows color (decimal): -16283697 or 13600519. OLE color: 13600519.

HSL color Cylindrical-coordinate representation of color #0787CF: hue angle of 201.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0787CF is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7135207-
CMYK0.970.3500.19
HSL201.6º93.46%41.96%-
HSV(B)201.6º96.62%81.18%-
XYZ20.0121.8862.2-
YUV104.94185.5958.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.01%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 207 (81.25% from 255) = 59.31%
R=2.01%
G=38.68%
B=59.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71352070.970.3500.19201.693.4641.96
Hex787CF6123013ca5d2a
Octal72073171414302331213552
Binary11110000111110011111100001100011010011110010101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0787CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0787CF; }

 p { color: rgb(7,135,207); }

 H1.HeaderClassName
 {
   color: #0787CF;
 }
 .AnyTagClassName
 {
   color: #0787CF;
 }
</style>
background-color css

<style>
 a { background-color: #0787CF; }

 a { background-color: rgb(7,135,207); }

 div.DivClassName
 {
   background-color: #0787CF;
 }
 .BgClassName
 {
   background-color: #0787CF;
 }
</style>
border-color css

<style>
 span { border-color: #0787CF; }

 span { border-color: rgb(7,135,207); }

 td.TdClassName
 {
   border-color: #0787CF;
 }
 .TagClassName
 {
   border-color: #0787CF;
 }
</style>