#859DCD

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

Shades of Polo Blue #859DCD

Tints of Polo Blue #859DCD

Color information

#859DCD (or 0x859DCD) is unknown color: approx Polo Blue. HEX triplet: 85, 9D and CD. RGB value is (133,157,205). Sum of RGB (Red+Green+Blue) = 133+157+205=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #859DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCD is #7A6232. Grayscale: #9B9B9B. Windows color (decimal): -8020531 or 13475205. OLE color: 13475205.

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

Color convert

RGB133157205-
CMYK0.350.2300.20
HSL220º41.86%66.27%-
HSV(B)220º35.12%80.39%-
XYZ32.7533.5162.5-
YUV155.3156.05112.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=26.87%
G=31.72%
B=41.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331572050.350.2300.2022041.8666.27
Hex859DCD2317014dc2a42
Octal205235315432702433452102
Binary10000101100111011100110110001110111010100110111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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