Html Css Color HEX #859FCC Polo Blue

📋 copy color: '#859FCC'

red 133 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #859FCC

Tints of Polo Blue #859FCC

RGB

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

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

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

R = 26.81%
G = 32.06%
B = 41.13%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#859FCC (or 0x859FCC) is known color: Polo Blue. HEX triplet: 85, 9F and CC. RGB value is (133,159,204). Sum of RGB (Red+Green+Blue) = 133+159+204=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #859FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FCC is #7A6033. Grayscale: #9C9C9C. Windows color (decimal): -8020020 or 13410181. OLE color: 13410181.

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

Color convert

RGB 133 159 204 -
CMYK 0.35 0.22 0 0.2
HSL 218.03º 0.41% 0.66% -
HSV(B) 218.03º 0.35% 0.8% -
XYZ 32.97 34.14 61.98 -
YUV 156.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 133 159 204 0.35 0.22 0 0.2 218.03 0.41 0.66
Hex 85 9F CC 23 16 0 14 DA 29 42
Octal 205 237 314 43 26 0 24 332 51 102
Binary 10000101 10011111 11001100 100011 10110 0 10100 11011010 101001 1000010

Color Harmonies of #859FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FCC

Black with #859FCC

Text Example


Text Example

White with #859FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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