Html Css Color HEX #859ECD Polo Blue

📋 copy color: '#859ECD'

red 133 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #859ECD

Tints of Polo Blue #859ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 26.81%
G = 31.85%
B = 41.33%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#859ECD (or 0x859ECD) is known color: Polo Blue. HEX triplet: 85, 9E and CD. RGB value is (133,158,205). Sum of RGB (Red+Green+Blue) = 133+158+205=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #859ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ECD is #7A6132. Grayscale: #9B9B9B. Windows color (decimal): -8020275 or 13475461. OLE color: 13475461.

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

Color convert

RGB 133 158 205 -
CMYK 0.35 0.23 0 0.20
HSL 219.17º 0.42% 0.66% -
HSV(B) 219.17º 0.35% 0.8% -
XYZ 32.92 33.85 62.56 -
YUV 155.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 133 158 205 0.35 0.23 0 0.20 219.17 0.42 0.66
Hex 85 9E CD 23 17 0 14 DB 2A 42
Octal 205 236 315 43 27 0 24 333 52 102
Binary 10000101 10011110 11001101 100011 10111 0 10100 11011011 101010 1000010

Color Harmonies of #859ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ECD

Black with #859ECD

Text Example


Text Example

White with #859ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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