Html Css Color HEX #859ECE Polo Blue

📋 copy color: '#859ECE'

red 133 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #859ECE

Tints of Polo Blue #859ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 26.76%
G = 31.79%
B = 41.45%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#859ECE (or 0x859ECE) is known color: Polo Blue. HEX triplet: 85, 9E and CE. RGB value is (133,158,206). Sum of RGB (Red+Green+Blue) = 133+158+206=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #859ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ECE is #7A6131. Grayscale: #9B9B9B. Windows color (decimal): -8020274 or 13540997. OLE color: 13540997.

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

Color convert

RGB 133 158 206 -
CMYK 0.35 0.23 0 0.19
HSL 219.45º 0.43% 0.66% -
HSV(B) 219.45º 0.35% 0.81% -
XYZ 33.04 33.9 63.19 -
YUV 156 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 133 158 206 0.35 0.23 0 0.19 219.45 0.43 0.66
Hex 85 9E CE 23 17 0 13 DB 2B 42
Octal 205 236 316 43 27 0 23 333 53 102
Binary 10000101 10011110 11001110 100011 10111 0 10011 11011011 101011 1000010

Color Harmonies of #859ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ECE

Black with #859ECE

Text Example


Text Example

White with #859ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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