Html Css Color HEX #779DCC Polo Blue

📋 copy color: '#779DCC'

red 119 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #779DCC

Tints of Polo Blue #779DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 24.79%
G = 32.71%
B = 42.5%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#779DCC (or 0x779DCC) is known color: Polo Blue. HEX triplet: 77, 9D and CC. RGB value is (119,157,204). Sum of RGB (Red+Green+Blue) = 119+157+204=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #779DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DCC is #886233. Grayscale: #969696. Windows color (decimal): -8938036 or 13409655. OLE color: 13409655.

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

Color convert

RGB 119 157 204 -
CMYK 0.42 0.23 0 0.2
HSL 213.18º 0.45% 0.63% -
HSV(B) 213.18º 0.42% 0.8% -
XYZ 30.56 32.4 61.77 -
YUV 151 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 119 157 204 0.42 0.23 0 0.2 213.18 0.45 0.63
Hex 77 9D CC 2A 17 0 14 D5 2D 3F
Octal 167 235 314 52 27 0 24 325 55 77
Binary 1110111 10011101 11001100 101010 10111 0 10100 11010101 101101 111111

Color Harmonies of #779DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DCC

Black with #779DCC

Text Example


Text Example

White with #779DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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