Html Css Color HEX #859ED2 Polo Blue

📋 copy color: '#859ED2'

red 133 ◦ green 158 ◦ blue 210

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

Shades of Polo Blue #859ED2

Tints of Polo Blue #859ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 26.55%
G = 31.54%
B = 41.92%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#859ED2 (or 0x859ED2) is known color: Polo Blue. HEX triplet: 85, 9E and D2. RGB value is (133,158,210). Sum of RGB (Red+Green+Blue) = 133+158+210=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #859ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ED2 is #7A612D. Grayscale: #9C9C9C. Windows color (decimal): -8020270 or 13803141. OLE color: 13803141.

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

Color convert

RGB 133 158 210 -
CMYK 0.37 0.25 0 0.18
HSL 220.52º 0.46% 0.67% -
HSV(B) 220.52º 0.37% 0.82% -
XYZ 33.53 34.09 65.79 -
YUV 156.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 133 158 210 0.37 0.25 0 0.18 220.52 0.46 0.67
Hex 85 9E D2 25 19 0 12 DD 2E 43
Octal 205 236 322 45 31 0 22 335 56 103
Binary 10000101 10011110 11010010 100101 11001 0 10010 11011101 101110 1000011

Color Harmonies of #859ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ED2

Black with #859ED2

Text Example


Text Example

White with #859ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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