Html Css Color HEX #779BCC Polo Blue

📋 copy color: '#779BCC'

red 119 ◦ green 155 ◦ blue 204

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

Shades of Polo Blue #779BCC

Tints of Polo Blue #779BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 24.9%
G = 32.43%
B = 42.68%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#779BCC (or 0x779BCC) is known color: Polo Blue. HEX triplet: 77, 9B and CC. RGB value is (119,155,204). Sum of RGB (Red+Green+Blue) = 119+155+204=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #779BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BCC is #886433. Grayscale: #959595. Windows color (decimal): -8938548 or 13409143. OLE color: 13409143.

HSL color Cylindrical-coordinate representation of color #779BCC: hue angle of 214.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779BCC is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 155 204 -
CMYK 0.42 0.24 0 0.2
HSL 214.59º 0.45% 0.63% -
HSV(B) 214.59º 0.42% 0.8% -
XYZ 30.23 31.72 61.66 -
YUV 149.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 119 155 204 0.42 0.24 0 0.2 214.59 0.45 0.63
Hex 77 9B CC 2A 18 0 14 D7 2D 3F
Octal 167 233 314 52 30 0 24 327 55 77
Binary 1110111 10011011 11001100 101010 11000 0 10100 11010111 101101 111111

Color Harmonies of #779BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BCC

Black with #779BCC

Text Example


Text Example

White with #779BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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