Html Css Color HEX #859FCE Polo Blue

📋 copy color: '#859FCE'

red 133 ◦ green 159 ◦ blue 206

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

Shades of Polo Blue #859FCE

Tints of Polo Blue #859FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

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

R = 26.71%
G = 31.93%
B = 41.37%

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

#859FCE (or 0x859FCE) is known color: Polo Blue. HEX triplet: 85, 9F and CE. RGB value is (133,159,206). Sum of RGB (Red+Green+Blue) = 133+159+206=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #859FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FCE is #7A6031. Grayscale: #9C9C9C. Windows color (decimal): -8020018 or 13541253. OLE color: 13541253.

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

Color convert

RGB 133 159 206 -
CMYK 0.35 0.23 0 0.19
HSL 218.63º 0.43% 0.66% -
HSV(B) 218.63º 0.35% 0.81% -
XYZ 33.21 34.24 63.25 -
YUV 156.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 133 159 206 0.35 0.23 0 0.19 218.63 0.43 0.66
Hex 85 9F CE 23 17 0 13 DB 2B 42
Octal 205 237 316 43 27 0 23 333 53 102
Binary 10000101 10011111 11001110 100011 10111 0 10011 11011011 101011 1000010

Color Harmonies of #859FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FCE

Black with #859FCE

Text Example


Text Example

White with #859FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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