#859DCB

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

Shades of Polo Blue #859DCB

Tints of Polo Blue #859DCB

Color information

#859DCB (or 0x859DCB) is unknown color: approx Polo Blue. HEX triplet: 85, 9D and CB. RGB value is (133,157,203). Sum of RGB (Red+Green+Blue) = 133+157+203=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #859DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCB is #7A6234. Grayscale: #9A9A9A. Windows color (decimal): -8020533 or 13344133. OLE color: 13344133.

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

Color convert

RGB133157203-
CMYK0.340.2300.20
HSL219.43º40.23%65.88%-
HSV(B)219.43º34.48%79.61%-
XYZ32.5133.4161.24-
YUV155.07155.05112.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=26.98%
G=31.85%
B=41.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331572030.340.2300.20219.4340.2365.88
Hex859DCB2217014db2842
Octal205235313422702433350102
Binary10000101100111011100101110001010111010100110110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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