#819FD5

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

Shades of Polo Blue #819FD5

Tints of Polo Blue #819FD5

Color information

#819FD5 (or 0x819FD5) is unknown color: approx Polo Blue. HEX triplet: 81, 9F and D5. RGB value is (129,159,213). Sum of RGB (Red+Green+Blue) = 129+159+213=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #819FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FD5 is #7E602A. Grayscale: #9B9B9B. Windows color (decimal): -8282155 or 14000001. OLE color: 14000001.

HSL color Cylindrical-coordinate representation of color #819FD5: hue angle of 218.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819FD5 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129159213-
CMYK0.390.2500.16
HSL218.57º50%67.06%-
HSV(B)218.57º39.44%83.53%-
XYZ33.4634.2767.8-
YUV156.19160.06108.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.75%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=25.75%
G=31.74%
B=42.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291592130.390.2500.16218.575067.06
Hex819FD52719010db3243
Octal201237325473102033362103
Binary10000001100111111101010110011111001010000110110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,159,213); }

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

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

 a { background-color: rgb(129,159,213); }

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

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

 span { border-color: rgb(129,159,213); }

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