Html Css Color HEX #859DCE Polo Blue

📋 copy color: '#859DCE'

red 133 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #859DCE

Tints of Polo Blue #859DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.65%

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

R = 26.81%
G = 31.65%
B = 41.53%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#859DCE (or 0x859DCE) is known color: Polo Blue. HEX triplet: 85, 9D and CE. RGB value is (133,157,206). Sum of RGB (Red+Green+Blue) = 133+157+206=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #859DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCE is #7A6231. Grayscale: #9B9B9B. Windows color (decimal): -8020530 or 13540741. OLE color: 13540741.

HSL color Cylindrical-coordinate representation of color #859DCE: hue angle of 220.27º 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 #859DCE is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 157 206 -
CMYK 0.35 0.24 0 0.19
HSL 220.27º 0.43% 0.66% -
HSV(B) 220.27º 0.35% 0.81% -
XYZ 32.87 33.56 63.14 -
YUV 155.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 133 157 206 0.35 0.24 0 0.19 220.27 0.43 0.66
Hex 85 9D CE 23 18 0 13 DC 2B 42
Octal 205 235 316 43 30 0 23 334 53 102
Binary 10000101 10011101 11001110 100011 11000 0 10011 11011100 101011 1000010

Color Harmonies of #859DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DCE

Black with #859DCE

Text Example


Text Example

White with #859DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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