Html Css Color HEX #779FC2 Polo Blue

📋 copy color: '#779FC2'

red 119 ◦ green 159 ◦ blue 194

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

Shades of Polo Blue #779FC2

Tints of Polo Blue #779FC2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.69%

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

R = 25.21%
G = 33.69%
B = 41.1%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#779FC2 (or 0x779FC2) is known color: Polo Blue. HEX triplet: 77, 9F and C2. RGB value is (119,159,194). Sum of RGB (Red+Green+Blue) = 119+159+194=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #779FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FC2 is #88603D. Grayscale: #969696. Windows color (decimal): -8937534 or 12754807. OLE color: 12754807.

HSL color Cylindrical-coordinate representation of color #779FC2: hue angle of 208º 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 #779FC2 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 159 194 -
CMYK 0.39 0.18 0 0.24
HSL 208º 0.38% 0.61% -
HSV(B) 208º 0.39% 0.76% -
XYZ 29.74 32.61 55.77 -
YUV 151.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 119 159 194 0.39 0.18 0 0.24 208 0.38 0.61
Hex 77 9F C2 27 12 0 18 D0 26 3D
Octal 167 237 302 47 22 0 30 320 46 75
Binary 1110111 10011111 11000010 100111 10010 0 11000 11010000 100110 111101

Color Harmonies of #779FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FC2

Black with #779FC2

Text Example


Text Example

White with #779FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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