Html Css Color HEX #779CCD Polo Blue

📋 copy color: '#779CCD'

red 119 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #779CCD

Tints of Polo Blue #779CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.5%

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

R = 24.79%
G = 32.5%
B = 42.71%

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

#779CCD (or 0x779CCD) is known color: Polo Blue. HEX triplet: 77, 9C and CD. RGB value is (119,156,205). Sum of RGB (Red+Green+Blue) = 119+156+205=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #779CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CCD is #886332. Grayscale: #969696. Windows color (decimal): -8938291 or 13474935. OLE color: 13474935.

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

Color convert

RGB 119 156 205 -
CMYK 0.42 0.24 0 0.20
HSL 214.19º 0.46% 0.64% -
HSV(B) 214.19º 0.42% 0.8% -
XYZ 30.52 32.11 62.35 -
YUV 150.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 119 156 205 0.42 0.24 0 0.20 214.19 0.46 0.64
Hex 77 9C CD 2A 18 0 14 D6 2E 40
Octal 167 234 315 52 30 0 24 326 56 100
Binary 1110111 10011100 11001101 101010 11000 0 10100 11010110 101110 1000000

Color Harmonies of #779CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CCD

Black with #779CCD

Text Example


Text Example

White with #779CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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