#819DD2

Color #819DD2 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #819DD2

Tints of Polo Blue #819DD2

Color information

#819DD2 (or 0x819DD2) is unknown color: approx Polo Blue. HEX triplet: 81, 9D and D2. RGB value is (129,157,210). Sum of RGB (Red+Green+Blue) = 129+157+210=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 157 (61.72% from 255 or 31.65% 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 #819DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DD2 is #7E622D. Grayscale: #9A9A9A. Windows color (decimal): -8282670 or 13802881. OLE color: 13802881.

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

Color convert

RGB129157210-
CMYK0.390.2500.18
HSL219.26º47.37%66.47%-
HSV(B)219.26º38.57%82.35%-
XYZ32.7433.4365.7-
YUV154.67159.22109.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 210 (82.42% from 255) = 42.34%
R=26.01%
G=31.65%
B=42.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291572100.390.2500.18219.2647.3766.47
Hex819DD22719012db2f42
Octal201235322473102233357102
Binary10000001100111011101001010011111001010010110110111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #819DD2;
 }
 .AnyTagClassName
 {
   color: #819DD2;
 }
</style>
background-color css

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

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

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

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

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

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