Html Css Color HEX #859FBF Polo Blue

📋 copy color: '#859FBF'

red 133 ◦ green 159 ◦ blue 191

#859FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #859FBF

Tints of Polo Blue #859FBF

RGB

 RED value IS 133 (52.34% from 255) = 27.54%

 GREEN value IS 159 (62.5% from 255) = 32.92%

 BLUE value IS 191 (75% from 255) = 39.54%

R = 27.54%
G = 32.92%
B = 39.54%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#859FBF (or 0x859FBF) is known color: Polo Blue. HEX triplet: 85, 9F and BF. RGB value is (133,159,191). Sum of RGB (Red+Green+Blue) = 133+159+191=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #859FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FBF is #7A6040. Grayscale: #9A9A9A. Windows color (decimal): -8020033 or 12558213. OLE color: 12558213.

HSL color Cylindrical-coordinate representation of color #859FBF: hue angle of 213.1º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859FBF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 159 191 -
CMYK 0.30 0.17 0 0.25
HSL 213.1º 0.31% 0.64% -
HSV(B) 213.1º 0.3% 0.75% -
XYZ 31.47 33.54 54.11 -
YUV 154.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 133 159 191 0.30 0.17 0 0.25 213.1 0.31 0.64
Hex 85 9F BF 1E 11 0 19 D5 1F 40
Octal 205 237 277 36 21 0 31 325 37 100
Binary 10000101 10011111 10111111 11110 10001 0 11001 11010101 11111 1000000

Color Harmonies of #859FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FBF

Black with #859FBF

Text Example


Text Example

White with #859FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #859FBF;
 }
 .AnyTagClassName
 {
   color: #859FBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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