Html Css Color HEX #859ED1 Polo Blue

📋 copy color: '#859ED1'

red 133 ◦ green 158 ◦ blue 209

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

Shades of Polo Blue #859ED1

Tints of Polo Blue #859ED1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.6%

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 26.6%
G = 31.6%
B = 41.8%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#859ED1 (or 0x859ED1) is known color: Polo Blue. HEX triplet: 85, 9E and D1. RGB value is (133,158,209). Sum of RGB (Red+Green+Blue) = 133+158+209=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #859ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ED1 is #7A612E. Grayscale: #9C9C9C. Windows color (decimal): -8020271 or 13737605. OLE color: 13737605.

HSL color Cylindrical-coordinate representation of color #859ED1: hue angle of 220.26º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859ED1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 158 209 -
CMYK 0.36 0.24 0 0.18
HSL 220.26º 0.45% 0.67% -
HSV(B) 220.26º 0.36% 0.82% -
XYZ 33.41 34.04 65.13 -
YUV 156.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 133 158 209 0.36 0.24 0 0.18 220.26 0.45 0.67
Hex 85 9E D1 24 18 0 12 DC 2D 43
Octal 205 236 321 44 30 0 22 334 55 103
Binary 10000101 10011110 11010001 100100 11000 0 10010 11011100 101101 1000011

Color Harmonies of #859ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ED1

Black with #859ED1

Text Example


Text Example

White with #859ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,158,209); }

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

background-color css

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

 a { background-color: rgb(133,158,209); }

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

border-color css

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

 span { border-color: rgb(133,158,209); }

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