Html Css Color HEX #779BCD Polo Blue

📋 copy color: '#779BCD'

red 119 ◦ green 155 ◦ blue 205

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

Shades of Polo Blue #779BCD

Tints of Polo Blue #779BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 24.84%
G = 32.36%
B = 42.8%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#779BCD (or 0x779BCD) is known color: Polo Blue. HEX triplet: 77, 9B and CD. RGB value is (119,155,205). Sum of RGB (Red+Green+Blue) = 119+155+205=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #779BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BCD is #886432. Grayscale: #959595. Windows color (decimal): -8938547 or 13474679. OLE color: 13474679.

HSL color Cylindrical-coordinate representation of color #779BCD: hue angle of 214.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779BCD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 155 205 -
CMYK 0.42 0.24 0 0.20
HSL 214.88º 0.46% 0.64% -
HSV(B) 214.88º 0.42% 0.8% -
XYZ 30.35 31.77 62.29 -
YUV 149.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 119 155 205 0.42 0.24 0 0.20 214.88 0.46 0.64
Hex 77 9B CD 2A 18 0 14 D7 2E 40
Octal 167 233 315 52 30 0 24 327 56 100
Binary 1110111 10011011 11001101 101010 11000 0 10100 11010111 101110 1000000

Color Harmonies of #779BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BCD

Black with #779BCD

Text Example


Text Example

White with #779BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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