Html Css Color HEX #779BC2 Polo Blue

📋 copy color: '#779BC2'

red 119 ◦ green 155 ◦ blue 194

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

Shades of Polo Blue #779BC2

Tints of Polo Blue #779BC2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.12%

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

R = 25.43%
G = 33.12%
B = 41.45%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#779BC2 (or 0x779BC2) is known color: Polo Blue. HEX triplet: 77, 9B and C2. RGB value is (119,155,194). Sum of RGB (Red+Green+Blue) = 119+155+194=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #779BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BC2 is #88643D. Grayscale: #949494. Windows color (decimal): -8938558 or 12753783. OLE color: 12753783.

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

Color convert

RGB 119 155 194 -
CMYK 0.39 0.20 0 0.24
HSL 211.2º 0.38% 0.61% -
HSV(B) 211.2º 0.39% 0.76% -
XYZ 29.07 31.26 55.54 -
YUV 148.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 119 155 194 0.39 0.20 0 0.24 211.2 0.38 0.61
Hex 77 9B C2 27 14 0 18 D3 26 3D
Octal 167 233 302 47 24 0 30 323 46 75
Binary 1110111 10011011 11000010 100111 10100 0 11000 11010011 100110 111101

Color Harmonies of #779BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BC2

Black with #779BC2

Text Example


Text Example

White with #779BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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