Html Css Color HEX #859CCB Polo Blue

📋 copy color: '#859CCB'

red 133 ◦ green 156 ◦ blue 203

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

Shades of Polo Blue #859CCB

Tints of Polo Blue #859CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 27.03%
G = 31.71%
B = 41.26%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#859CCB (or 0x859CCB) is known color: Polo Blue. HEX triplet: 85, 9C and CB. RGB value is (133,156,203). Sum of RGB (Red+Green+Blue) = 133+156+203=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #859CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CCB is #7A6334. Grayscale: #9A9A9A. Windows color (decimal): -8020789 or 13343877. OLE color: 13343877.

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

Color convert

RGB 133 156 203 -
CMYK 0.34 0.23 0 0.20
HSL 220.29º 0.4% 0.66% -
HSV(B) 220.29º 0.34% 0.8% -
XYZ 32.34 33.08 61.18 -
YUV 154.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 133 156 203 0.34 0.23 0 0.20 220.29 0.4 0.66
Hex 85 9C CB 22 17 0 14 DC 28 42
Octal 205 234 313 42 27 0 24 334 50 102
Binary 10000101 10011100 11001011 100010 10111 0 10100 11011100 101000 1000010

Color Harmonies of #859CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CCB

Black with #859CCB

Text Example


Text Example

White with #859CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,156,203); }

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

background-color css

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

 a { background-color: rgb(133,156,203); }

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

border-color css

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

 span { border-color: rgb(133,156,203); }

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