#859ED1

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

Shades of Polo Blue #859ED1

Tints of Polo Blue #859ED1

Color information

#859ED1 (or 0x859ED1) is unknown color: approx Polo Blue. HEX triplet: 85, 9E and D1. RGB value is (133,158,209). Sum of RGB (Red+Green+Blue) = 133+158+209=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #859ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ED1 is #7A612E. Grayscale: #9C9C9C. Windows color (decimal): -8020271 or 13737605. OLE color: 13737605.

HSL color Cylindrical-coordinate representation of color #859ED1: hue angle of 220.26º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859ED1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133158209-
CMYK0.360.2400.18
HSL220.26º45.24%67.06%-
HSV(B)220.26º36.36%81.96%-
XYZ33.4134.0465.13-
YUV156.34157.72111.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=26.6%
G=31.6%
B=41.8%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331582090.360.2400.18220.2645.2467.06
Hex859ED12418012dc2d43
Octal205236321443002233455103
Binary10000101100111101101000110010011000010010110111001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859ED1; }

 p { color: rgb(133,158,209); }

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

<style>
 a { background-color: #859ED1; }

 a { background-color: rgb(133,158,209); }

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

<style>
 span { border-color: #859ED1; }

 span { border-color: rgb(133,158,209); }

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