#859DCF

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

Shades of Polo Blue #859DCF

Tints of Polo Blue #859DCF

Color information

#859DCF (or 0x859DCF) is unknown color: approx Polo Blue. HEX triplet: 85, 9D and CF. RGB value is (133,157,207). Sum of RGB (Red+Green+Blue) = 133+157+207=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #859DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCF is #7A6230. Grayscale: #9B9B9B. Windows color (decimal): -8020529 or 13606277. OLE color: 13606277.

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

Color convert

RGB133157207-
CMYK0.360.2400.19
HSL220.54º43.53%66.67%-
HSV(B)220.54º35.75%81.18%-
XYZ32.9933.6163.78-
YUV155.52157.05111.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=26.76%
G=31.59%
B=41.65%

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
Decimal1331572070.360.2400.19220.5443.5366.67
Hex859DCF2418013dd2c43
Octal205235317443002333554103
Binary10000101100111011100111110010011000010011110111011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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