Html Css Color HEX #779BCA Polo Blue

📋 copy color: '#779BCA'

red 119 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #779BCA

Tints of Polo Blue #779BCA

RGB

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

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

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

R = 25%
G = 32.56%
B = 42.44%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#779BCA (or 0x779BCA) is known color: Polo Blue. HEX triplet: 77, 9B and CA. RGB value is (119,155,202). Sum of RGB (Red+Green+Blue) = 119+155+202=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #779BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BCA is #886435. Grayscale: #959595. Windows color (decimal): -8938550 or 13278071. OLE color: 13278071.

HSL color Cylindrical-coordinate representation of color #779BCA: hue angle of 213.98º 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 #779BCA is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 155 202 -
CMYK 0.41 0.23 0 0.21
HSL 213.98º 0.44% 0.63% -
HSV(B) 213.98º 0.41% 0.79% -
XYZ 29.99 31.63 60.4 -
YUV 149.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 119 155 202 0.41 0.23 0 0.21 213.98 0.44 0.63
Hex 77 9B CA 29 17 0 15 D6 2C 3F
Octal 167 233 312 51 27 0 25 326 54 77
Binary 1110111 10011011 11001010 101001 10111 0 10101 11010110 101100 111111

Color Harmonies of #779BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BCA

Black with #779BCA

Text Example


Text Example

White with #779BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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