Html Css Color HEX #859DCC Polo Blue

📋 copy color: '#859DCC'

red 133 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #859DCC

Tints of Polo Blue #859DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 26.92%
G = 31.78%
B = 41.3%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#859DCC (or 0x859DCC) is known color: Polo Blue. HEX triplet: 85, 9D and CC. RGB value is (133,157,204). Sum of RGB (Red+Green+Blue) = 133+157+204=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #859DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCC is #7A6233. Grayscale: #9A9A9A. Windows color (decimal): -8020532 or 13409669. OLE color: 13409669.

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

Color convert

RGB 133 157 204 -
CMYK 0.35 0.23 0 0.2
HSL 219.72º 0.41% 0.66% -
HSV(B) 219.72º 0.35% 0.8% -
XYZ 32.63 33.46 61.87 -
YUV 155.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 133 157 204 0.35 0.23 0 0.2 219.72 0.41 0.66
Hex 85 9D CC 23 17 0 14 DC 29 42
Octal 205 235 314 43 27 0 24 334 51 102
Binary 10000101 10011101 11001100 100011 10111 0 10100 11011100 101001 1000010

Color Harmonies of #859DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DCC

Black with #859DCC

Text Example


Text Example

White with #859DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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