Html Css Color HEX #779FCA Polo Blue

📋 copy color: '#779FCA'

red 119 ◦ green 159 ◦ blue 202

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

Shades of Polo Blue #779FCA

Tints of Polo Blue #779FCA

RGB

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

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

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

R = 24.79%
G = 33.13%
B = 42.08%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#779FCA (or 0x779FCA) is known color: Polo Blue. HEX triplet: 77, 9F and CA. RGB value is (119,159,202). Sum of RGB (Red+Green+Blue) = 119+159+202=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #779FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FCA is #886035. Grayscale: #979797. Windows color (decimal): -8937526 or 13279095. OLE color: 13279095.

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

Color convert

RGB 119 159 202 -
CMYK 0.41 0.21 0 0.21
HSL 211.08º 0.44% 0.63% -
HSV(B) 211.08º 0.41% 0.79% -
XYZ 30.67 32.98 60.63 -
YUV 151.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 119 159 202 0.41 0.21 0 0.21 211.08 0.44 0.63
Hex 77 9F CA 29 15 0 15 D3 2C 3F
Octal 167 237 312 51 25 0 25 323 54 77
Binary 1110111 10011111 11001010 101001 10101 0 10101 11010011 101100 111111

Color Harmonies of #779FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FCA

Black with #779FCA

Text Example


Text Example

White with #779FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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