#0783CC

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

Shades of Pacific Blue #0783CC

Tints of Pacific Blue #0783CC

Color information

#0783CC (or 0x0783CC) is unknown color: approx Pacific Blue. HEX triplet: 07, 83 and CC. RGB value is (7,131,204). Sum of RGB (Red+Green+Blue) = 7+131+204=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #0783CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0783CC is #F87C33. Grayscale: #656565. Windows color (decimal): -16284724 or 13402887. OLE color: 13402887.

HSL color Cylindrical-coordinate representation of color #0783CC: hue angle of 202.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0783CC is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7131204-
CMYK0.970.3600.2
HSL202.23º93.36%41.37%-
HSV(B)202.23º96.57%80%-
XYZ19.120.6460.1-
YUV102.25185.4260.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.05%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=2.05%
G=38.30%
B=59.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71312040.970.3600.2202.2393.3641.37
Hex783CC6124014ca5d29
Octal72033141414402431213551
Binary11110000011110011001100001100100010100110010101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0783CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0783CC; }

 p { color: rgb(7,131,204); }

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

<style>
 a { background-color: #0783CC; }

 a { background-color: rgb(7,131,204); }

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

<style>
 span { border-color: #0783CC; }

 span { border-color: rgb(7,131,204); }

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