Html Css Color HEX #809DD2 Polo Blue

📋 copy color: '#809DD2'

red 128 ◦ green 157 ◦ blue 210

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

Shades of Polo Blue #809DD2

Tints of Polo Blue #809DD2

RGB

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

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

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

R = 25.86%
G = 31.72%
B = 42.42%

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

#809DD2 (or 0x809DD2) is known color: Polo Blue. HEX triplet: 80, 9D and D2. RGB value is (128,157,210). Sum of RGB (Red+Green+Blue) = 128+157+210=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #809DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DD2 is #7F622D. Grayscale: #9A9A9A. Windows color (decimal): -8348206 or 13802880. OLE color: 13802880.

HSL color Cylindrical-coordinate representation of color #809DD2: hue angle of 218.78º 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 #809DD2 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 157 210 -
CMYK 0.39 0.25 0 0.18
HSL 218.78º 0.48% 0.66% -
HSV(B) 218.78º 0.39% 0.82% -
XYZ 32.59 33.36 65.69 -
YUV 154.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 128 157 210 0.39 0.25 0 0.18 218.78 0.48 0.66
Hex 80 9D D2 27 19 0 12 DB 30 42
Octal 200 235 322 47 31 0 22 333 60 102
Binary 10000000 10011101 11010010 100111 11001 0 10010 11011011 110000 1000010

Color Harmonies of #809DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DD2

Black with #809DD2

Text Example


Text Example

White with #809DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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