#859DCE

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

Shades of Polo Blue #859DCE

Tints of Polo Blue #859DCE

Color information

#859DCE (or 0x859DCE) is unknown color: approx Polo Blue. HEX triplet: 85, 9D and CE. RGB value is (133,157,206). Sum of RGB (Red+Green+Blue) = 133+157+206=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #859DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCE is #7A6231. Grayscale: #9B9B9B. Windows color (decimal): -8020530 or 13540741. OLE color: 13540741.

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

Color convert

RGB133157206-
CMYK0.350.2400.19
HSL220.27º42.69%66.47%-
HSV(B)220.27º35.44%80.78%-
XYZ32.8733.5663.14-
YUV155.41156.55112.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.81%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=26.81%
G=31.65%
B=41.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331572060.350.2400.19220.2742.6966.47
Hex859DCE2318013dc2b42
Octal205235316433002333453102
Binary10000101100111011100111010001111000010011110111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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