#859FCF

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

Shades of Polo Blue #859FCF

Tints of Polo Blue #859FCF

Color information

#859FCF (or 0x859FCF) is unknown color: approx Polo Blue. HEX triplet: 85, 9F and CF. RGB value is (133,159,207). Sum of RGB (Red+Green+Blue) = 133+159+207=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #859FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FCF is #7A6030. Grayscale: #9C9C9C. Windows color (decimal): -8020017 or 13606789. OLE color: 13606789.

HSL color Cylindrical-coordinate representation of color #859FCF: hue angle of 218.92º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859FCF is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133159207-
CMYK0.360.2300.19
HSL218.92º43.53%66.67%-
HSV(B)218.92º35.75%81.18%-
XYZ33.3334.2963.89-
YUV156.7156.39111.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=26.65%
G=31.86%
B=41.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331592070.360.2300.19218.9243.5366.67
Hex859FCF2417013db2c43
Octal205237317442702333354103
Binary10000101100111111100111110010010111010011110110111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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