Html Css Color HEX #859CCE Polo Blue

📋 copy color: '#859CCE'

red 133 ◦ green 156 ◦ blue 206

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

Shades of Polo Blue #859CCE

Tints of Polo Blue #859CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

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

R = 26.87%
G = 31.52%
B = 41.62%

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

#859CCE (or 0x859CCE) is known color: Polo Blue. HEX triplet: 85, 9C and CE. RGB value is (133,156,206). Sum of RGB (Red+Green+Blue) = 133+156+206=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #859CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CCE is #7A6331. Grayscale: #9A9A9A. Windows color (decimal): -8020786 or 13540485. OLE color: 13540485.

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

Color convert

RGB 133 156 206 -
CMYK 0.35 0.24 0 0.19
HSL 221.1º 0.43% 0.66% -
HSV(B) 221.1º 0.35% 0.81% -
XYZ 32.7 33.22 63.08 -
YUV 154.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 133 156 206 0.35 0.24 0 0.19 221.1 0.43 0.66
Hex 85 9C CE 23 18 0 13 DD 2B 42
Octal 205 234 316 43 30 0 23 335 53 102
Binary 10000101 10011100 11001110 100011 11000 0 10011 11011101 101011 1000010

Color Harmonies of #859CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CCE

Black with #859CCE

Text Example


Text Example

White with #859CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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