Html Css Color HEX #779DCB Polo Blue

📋 copy color: '#779DCB'

red 119 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #779DCB

Tints of Polo Blue #779DCB

RGB

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

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

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

R = 24.84%
G = 32.78%
B = 42.38%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#779DCB (or 0x779DCB) is known color: Polo Blue. HEX triplet: 77, 9D and CB. RGB value is (119,157,203). Sum of RGB (Red+Green+Blue) = 119+157+203=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #779DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DCB is #886234. Grayscale: #969696. Windows color (decimal): -8938037 or 13344119. OLE color: 13344119.

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

Color convert

RGB 119 157 203 -
CMYK 0.41 0.23 0 0.20
HSL 212.86º 0.45% 0.63% -
HSV(B) 212.86º 0.41% 0.8% -
XYZ 30.44 32.35 61.14 -
YUV 150.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 119 157 203 0.41 0.23 0 0.20 212.86 0.45 0.63
Hex 77 9D CB 29 17 0 14 D5 2D 3F
Octal 167 235 313 51 27 0 24 325 55 77
Binary 1110111 10011101 11001011 101001 10111 0 10100 11010101 101101 111111

Color Harmonies of #779DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DCB

Black with #779DCB

Text Example


Text Example

White with #779DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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