Html Css Color HEX #859BCA Polo Blue

📋 copy color: '#859BCA'

red 133 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #859BCA

Tints of Polo Blue #859BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 27.14%
G = 31.63%
B = 41.22%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#859BCA (or 0x859BCA) is known color: Polo Blue. HEX triplet: 85, 9B and CA. RGB value is (133,155,202). Sum of RGB (Red+Green+Blue) = 133+155+202=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #859BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BCA is #7A6435. Grayscale: #999999. Windows color (decimal): -8021046 or 13278085. OLE color: 13278085.

HSL color Cylindrical-coordinate representation of color #859BCA: hue angle of 220.87º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859BCA is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 155 202 -
CMYK 0.34 0.23 0 0.21
HSL 220.87º 0.39% 0.66% -
HSV(B) 220.87º 0.34% 0.79% -
XYZ 32.05 32.69 60.5 -
YUV 153.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 133 155 202 0.34 0.23 0 0.21 220.87 0.39 0.66
Hex 85 9B CA 22 17 0 15 DD 27 42
Octal 205 233 312 42 27 0 25 335 47 102
Binary 10000101 10011011 11001010 100010 10111 0 10101 11011101 100111 1000010

Color Harmonies of #859BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BCA

Black with #859BCA

Text Example


Text Example

White with #859BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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