Html Css Color HEX #859BCD Polo Blue

📋 copy color: '#859BCD'

red 133 ◦ green 155 ◦ blue 205

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

Shades of Polo Blue #859BCD

Tints of Polo Blue #859BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

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

R = 26.98%
G = 31.44%
B = 41.58%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#859BCD (or 0x859BCD) is known color: Polo Blue. HEX triplet: 85, 9B and CD. RGB value is (133,155,205). Sum of RGB (Red+Green+Blue) = 133+155+205=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #859BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BCD is #7A6432. Grayscale: #999999. Windows color (decimal): -8021043 or 13474693. OLE color: 13474693.

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

Color convert

RGB 133 155 205 -
CMYK 0.35 0.24 0 0.20
HSL 221.67º 0.42% 0.66% -
HSV(B) 221.67º 0.35% 0.8% -
XYZ 32.41 32.84 62.39 -
YUV 154.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 133 155 205 0.35 0.24 0 0.20 221.67 0.42 0.66
Hex 85 9B CD 23 18 0 14 DE 2A 42
Octal 205 233 315 43 30 0 24 336 52 102
Binary 10000101 10011011 11001101 100011 11000 0 10100 11011110 101010 1000010

Color Harmonies of #859BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BCD

Black with #859BCD

Text Example


Text Example

White with #859BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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