Html Css Color HEX #809ED2 Polo Blue

📋 copy color: '#809ED2'

red 128 ◦ green 158 ◦ blue 210

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

Shades of Polo Blue #809ED2

Tints of Polo Blue #809ED2

RGB

 RED value IS 128 (50.39% from 255) = 25.81%

 GREEN value IS 158 (62.11% from 255) = 31.85%

 BLUE value IS 210 (82.42% from 255) = 42.34%

R = 25.81%
G = 31.85%
B = 42.34%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#809ED2 (or 0x809ED2) is known color: Polo Blue. HEX triplet: 80, 9E and D2. RGB value is (128,158,210). Sum of RGB (Red+Green+Blue) = 128+158+210=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #809ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ED2 is #7F612D. Grayscale: #9A9A9A. Windows color (decimal): -8347950 or 13803136. OLE color: 13803136.

HSL color Cylindrical-coordinate representation of color #809ED2: hue angle of 218.05º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #809ED2 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 158 210 -
CMYK 0.39 0.25 0 0.18
HSL 218.05º 0.48% 0.66% -
HSV(B) 218.05º 0.39% 0.82% -
XYZ 32.76 33.7 65.75 -
YUV 154.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 128 158 210 0.39 0.25 0 0.18 218.05 0.48 0.66
Hex 80 9E D2 27 19 0 12 DA 30 42
Octal 200 236 322 47 31 0 22 332 60 102
Binary 10000000 10011110 11010010 100111 11001 0 10010 11011010 110000 1000010

Color Harmonies of #809ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ED2

Black with #809ED2

Text Example


Text Example

White with #809ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809ED2; }

 p { color: rgb(128,158,210); }

 H1.HeaderClassName
 {
   color: #809ED2;
 }
 .AnyTagClassName
 {
   color: #809ED2;
 }
</style>

background-color css

<style>
 a { background-color: #809ED2; }

 a { background-color: rgb(128,158,210); }

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

border-color css

<style>
 span { border-color: #809ED2; }

 span { border-color: rgb(128,158,210); }

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