Html Css Color HEX #779DCA Polo Blue

📋 copy color: '#779DCA'

red 119 ◦ green 157 ◦ blue 202

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

Shades of Polo Blue #779DCA

Tints of Polo Blue #779DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.85%

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 24.9%
G = 32.85%
B = 42.26%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#779DCA (or 0x779DCA) is known color: Polo Blue. HEX triplet: 77, 9D and CA. RGB value is (119,157,202). Sum of RGB (Red+Green+Blue) = 119+157+202=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #779DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DCA is #886235. Grayscale: #969696. Windows color (decimal): -8938038 or 13278583. OLE color: 13278583.

HSL color Cylindrical-coordinate representation of color #779DCA: hue angle of 212.53º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #779DCA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 157 202 -
CMYK 0.41 0.22 0 0.21
HSL 212.53º 0.44% 0.63% -
HSV(B) 212.53º 0.41% 0.79% -
XYZ 30.33 32.3 60.51 -
YUV 150.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 119 157 202 0.41 0.22 0 0.21 212.53 0.44 0.63
Hex 77 9D CA 29 16 0 15 D5 2C 3F
Octal 167 235 312 51 26 0 25 325 54 77
Binary 1110111 10011101 11001010 101001 10110 0 10101 11010101 101100 111111

Color Harmonies of #779DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DCA

Black with #779DCA

Text Example


Text Example

White with #779DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,157,202); }

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

background-color css

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

 a { background-color: rgb(119,157,202); }

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

border-color css

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

 span { border-color: rgb(119,157,202); }

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