Html Css Color HEX #779EC2 Polo Blue

📋 copy color: '#779EC2'

red 119 ◦ green 158 ◦ blue 194

#779EC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #779EC2

Tints of Polo Blue #779EC2

RGB

 RED value IS 119 (46.88% from 255) = 25.27%

 GREEN value IS 158 (62.11% from 255) = 33.55%

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 25.27%
G = 33.55%
B = 41.19%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#779EC2 (or 0x779EC2) is known color: Polo Blue. HEX triplet: 77, 9E and C2. RGB value is (119,158,194). Sum of RGB (Red+Green+Blue) = 119+158+194=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #779EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EC2 is #88613D. Grayscale: #969696. Windows color (decimal): -8937790 or 12754551. OLE color: 12754551.

HSL color Cylindrical-coordinate representation of color #779EC2: hue angle of 208.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #779EC2 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 158 194 -
CMYK 0.39 0.19 0 0.24
HSL 208.8º 0.38% 0.61% -
HSV(B) 208.8º 0.39% 0.76% -
XYZ 29.57 32.27 55.71 -
YUV 150.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 119 158 194 0.39 0.19 0 0.24 208.8 0.38 0.61
Hex 77 9E C2 27 13 0 18 D1 26 3D
Octal 167 236 302 47 23 0 30 321 46 75
Binary 1110111 10011110 11000010 100111 10011 0 11000 11010001 100110 111101

Color Harmonies of #779EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EC2

Black with #779EC2

Text Example


Text Example

White with #779EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779EC2; }

 p { color: rgb(119,158,194); }

 H1.HeaderClassName
 {
   color: #779EC2;
 }
 .AnyTagClassName
 {
   color: #779EC2;
 }
</style>

background-color css

<style>
 a { background-color: #779EC2; }

 a { background-color: rgb(119,158,194); }

 div.DivClassName
 {
   background-color: #779EC2;
 }
 .BgClassName
 {
   background-color: #779EC2;
 }
</style>

border-color css

<style>
 span { border-color: #779EC2; }

 span { border-color: rgb(119,158,194); }

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