Html Css Color HEX #859FCD Polo Blue

📋 copy color: '#859FCD'

red 133 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #859FCD

Tints of Polo Blue #859FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 26.76%
G = 31.99%
B = 41.25%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#859FCD (or 0x859FCD) is known color: Polo Blue. HEX triplet: 85, 9F and CD. RGB value is (133,159,205). Sum of RGB (Red+Green+Blue) = 133+159+205=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #859FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FCD is #7A6032. Grayscale: #9C9C9C. Windows color (decimal): -8020019 or 13475717. OLE color: 13475717.

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

Color convert

RGB 133 159 205 -
CMYK 0.35 0.22 0 0.20
HSL 218.33º 0.42% 0.66% -
HSV(B) 218.33º 0.35% 0.8% -
XYZ 33.09 34.19 62.61 -
YUV 156.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 133 159 205 0.35 0.22 0 0.20 218.33 0.42 0.66
Hex 85 9F CD 23 16 0 14 DA 2A 42
Octal 205 237 315 43 26 0 24 332 52 102
Binary 10000101 10011111 11001101 100011 10110 0 10100 11011010 101010 1000010

Color Harmonies of #859FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FCD

Black with #859FCD

Text Example


Text Example

White with #859FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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