#859ED0

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

Shades of Polo Blue #859ED0

Tints of Polo Blue #859ED0

Color information

#859ED0 (or 0x859ED0) is unknown color: approx Polo Blue. HEX triplet: 85, 9E and D0. RGB value is (133,158,208). Sum of RGB (Red+Green+Blue) = 133+158+208=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #859ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ED0 is #7A612F. Grayscale: #9C9C9C. Windows color (decimal): -8020272 or 13672069. OLE color: 13672069.

HSL color Cylindrical-coordinate representation of color #859ED0: hue angle of 220º degrees, saturation: 0.44, 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 #859ED0 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133158208-
CMYK0.360.2400.18
HSL220º44.38%66.86%-
HSV(B)220º36.06%81.57%-
XYZ33.2833.9964.48-
YUV156.22157.22111.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=26.65%
G=31.66%
B=41.68%

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
Decimal1331582080.360.2400.1822044.3866.86
Hex859ED02418012dc2c43
Octal205236320443002233454103
Binary10000101100111101101000010010011000010010110111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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