#859ECF

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

Shades of Polo Blue #859ECF

Tints of Polo Blue #859ECF

Color information

#859ECF (or 0x859ECF) is unknown color: approx Polo Blue. HEX triplet: 85, 9E and CF. RGB value is (133,158,207). Sum of RGB (Red+Green+Blue) = 133+158+207=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #859ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ECF is #7A6130. Grayscale: #9B9B9B. Windows color (decimal): -8020273 or 13606533. OLE color: 13606533.

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

Color convert

RGB133158207-
CMYK0.360.2400.19
HSL219.73º43.53%66.67%-
HSV(B)219.73º35.75%81.18%-
XYZ33.1633.9563.84-
YUV156.11156.72111.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=26.71%
G=31.73%
B=41.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331582070.360.2400.19219.7343.5366.67
Hex859ECF2418013dc2c43
Octal205236317443002333454103
Binary10000101100111101100111110010011000010011110111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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