Html Css Color HEX #779DCE Polo Blue

📋 copy color: '#779DCE'

red 119 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #779DCE

Tints of Polo Blue #779DCE

RGB

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

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

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

R = 24.69%
G = 32.57%
B = 42.74%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#779DCE (or 0x779DCE) is known color: Polo Blue. HEX triplet: 77, 9D and CE. RGB value is (119,157,206). Sum of RGB (Red+Green+Blue) = 119+157+206=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #779DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DCE is #886231. Grayscale: #969696. Windows color (decimal): -8938034 or 13540727. OLE color: 13540727.

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

Color convert

RGB 119 157 206 -
CMYK 0.42 0.24 0 0.19
HSL 213.79º 0.47% 0.64% -
HSV(B) 213.79º 0.42% 0.81% -
XYZ 30.81 32.49 63.04 -
YUV 151.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 119 157 206 0.42 0.24 0 0.19 213.79 0.47 0.64
Hex 77 9D CE 2A 18 0 13 D6 2F 40
Octal 167 235 316 52 30 0 23 326 57 100
Binary 1110111 10011101 11001110 101010 11000 0 10011 11010110 101111 1000000

Color Harmonies of #779DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DCE

Black with #779DCE

Text Example


Text Example

White with #779DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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