#859DCA

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

Shades of Polo Blue #859DCA

Tints of Polo Blue #859DCA

Color information

#859DCA (or 0x859DCA) is unknown color: approx Polo Blue. HEX triplet: 85, 9D and CA. RGB value is (133,157,202). Sum of RGB (Red+Green+Blue) = 133+157+202=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #859DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCA is #7A6235. Grayscale: #9A9A9A. Windows color (decimal): -8020534 or 13278597. OLE color: 13278597.

HSL color Cylindrical-coordinate representation of color #859DCA: hue angle of 219.13º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859DCA is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133157202-
CMYK0.340.2200.21
HSL219.13º39.43%65.69%-
HSV(B)219.13º34.16%79.22%-
XYZ32.3933.3660.61-
YUV154.95154.55112.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=27.03%
G=31.91%
B=41.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331572020.340.2200.21219.1339.4365.69
Hex859DCA2216015db2742
Octal205235312422602533347102
Binary10000101100111011100101010001010110010101110110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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