#859FCD

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

Shades of Polo Blue #859FCD

Tints of Polo Blue #859FCD

Color information

#859FCD (or 0x859FCD) is unknown color: approx Polo Blue. HEX triplet: 85, 9F and CD. RGB value is (133,159,205). Sum of RGB (Red+Green+Blue) = 133+159+205=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #859FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FCD is #7A6032. Grayscale: #9C9C9C. Windows color (decimal): -8020019 or 13475717. OLE color: 13475717.

HSL color Cylindrical-coordinate representation of color #859FCD: hue angle of 218.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #859FCD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133159205-
CMYK0.350.2200.20
HSL218.33º41.86%66.27%-
HSV(B)218.33º35.12%80.39%-
XYZ33.0934.1962.61-
YUV156.47155.39111.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=26.76%
G=31.99%
B=41.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331592050.350.2200.20218.3341.8666.27
Hex859FCD2316014da2a42
Octal205237315432602433252102
Binary10000101100111111100110110001110110010100110110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,159,205); }

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

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

 a { background-color: rgb(133,159,205); }

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

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

 span { border-color: rgb(133,159,205); }

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