Html Css Color HEX #859ECB Polo Blue

📋 copy color: '#859ECB'

red 133 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #859ECB

Tints of Polo Blue #859ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 26.92%
G = 31.98%
B = 41.09%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#859ECB (or 0x859ECB) is known color: Polo Blue. HEX triplet: 85, 9E and CB. RGB value is (133,158,203). Sum of RGB (Red+Green+Blue) = 133+158+203=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #859ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ECB is #7A6134. Grayscale: #9B9B9B. Windows color (decimal): -8020277 or 13344389. OLE color: 13344389.

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

Color convert

RGB 133 158 203 -
CMYK 0.34 0.22 0 0.20
HSL 218.57º 0.4% 0.66% -
HSV(B) 218.57º 0.34% 0.8% -
XYZ 32.68 33.75 61.29 -
YUV 155.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 133 158 203 0.34 0.22 0 0.20 218.57 0.4 0.66
Hex 85 9E CB 22 16 0 14 DB 28 42
Octal 205 236 313 42 26 0 24 333 50 102
Binary 10000101 10011110 11001011 100010 10110 0 10100 11011011 101000 1000010

Color Harmonies of #859ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ECB

Black with #859ECB

Text Example


Text Example

White with #859ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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