#859DCC

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

Shades of Polo Blue #859DCC

Tints of Polo Blue #859DCC

Color information

#859DCC (or 0x859DCC) is unknown color: approx Polo Blue. HEX triplet: 85, 9D and CC. RGB value is (133,157,204). Sum of RGB (Red+Green+Blue) = 133+157+204=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #859DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCC is #7A6233. Grayscale: #9A9A9A. Windows color (decimal): -8020532 or 13409669. OLE color: 13409669.

HSL color Cylindrical-coordinate representation of color #859DCC: hue angle of 219.72º degrees, saturation: 0.41, 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 #859DCC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133157204-
CMYK0.350.2300.2
HSL219.72º41.04%66.08%-
HSV(B)219.72º34.8%80%-
XYZ32.6333.4661.87-
YUV155.18155.55112.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=26.92%
G=31.78%
B=41.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331572040.350.2300.2219.7241.0466.08
Hex859DCC2317014dc2942
Octal205235314432702433451102
Binary10000101100111011100110010001110111010100110111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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