Html Css Color HEX #779FCB Polo Blue

📋 copy color: '#779FCB'

red 119 ◦ green 159 ◦ blue 203

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

Shades of Polo Blue #779FCB

Tints of Polo Blue #779FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 24.74%
G = 33.06%
B = 42.2%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#779FCB (or 0x779FCB) is known color: Polo Blue. HEX triplet: 77, 9F and CB. RGB value is (119,159,203). Sum of RGB (Red+Green+Blue) = 119+159+203=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #779FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FCB is #886034. Grayscale: #979797. Windows color (decimal): -8937525 or 13344631. OLE color: 13344631.

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

Color convert

RGB 119 159 203 -
CMYK 0.41 0.22 0 0.20
HSL 211.43º 0.45% 0.63% -
HSV(B) 211.43º 0.41% 0.8% -
XYZ 30.79 33.03 61.25 -
YUV 152.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 119 159 203 0.41 0.22 0 0.20 211.43 0.45 0.63
Hex 77 9F CB 29 16 0 14 D3 2D 3F
Octal 167 237 313 51 26 0 24 323 55 77
Binary 1110111 10011111 11001011 101001 10110 0 10100 11010011 101101 111111

Color Harmonies of #779FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FCB

Black with #779FCB

Text Example


Text Example

White with #779FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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