Html Css Color HEX #779FCE Polo Blue

📋 copy color: '#779FCE'

red 119 ◦ green 159 ◦ blue 206

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

Shades of Polo Blue #779FCE

Tints of Polo Blue #779FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 24.59%
G = 32.85%
B = 42.56%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#779FCE (or 0x779FCE) is known color: Polo Blue. HEX triplet: 77, 9F and CE. RGB value is (119,159,206). Sum of RGB (Red+Green+Blue) = 119+159+206=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #779FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FCE is #886031. Grayscale: #989898. Windows color (decimal): -8937522 or 13541239. OLE color: 13541239.

HSL color Cylindrical-coordinate representation of color #779FCE: hue angle of 212.41º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779FCE is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 159 206 -
CMYK 0.42 0.23 0 0.19
HSL 212.41º 0.47% 0.64% -
HSV(B) 212.41º 0.42% 0.81% -
XYZ 31.15 33.17 63.15 -
YUV 152.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 119 159 206 0.42 0.23 0 0.19 212.41 0.47 0.64
Hex 77 9F CE 2A 17 0 13 D4 2F 40
Octal 167 237 316 52 27 0 23 324 57 100
Binary 1110111 10011111 11001110 101010 10111 0 10011 11010100 101111 1000000

Color Harmonies of #779FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FCE

Black with #779FCE

Text Example


Text Example

White with #779FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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