Html Css Color HEX #859CCD Polo Blue

📋 copy color: '#859CCD'

red 133 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #859CCD

Tints of Polo Blue #859CCD

RGB

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

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

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

R = 26.92%
G = 31.58%
B = 41.5%

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

#859CCD (or 0x859CCD) is known color: Polo Blue. HEX triplet: 85, 9C and CD. RGB value is (133,156,205). Sum of RGB (Red+Green+Blue) = 133+156+205=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #859CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CCD is #7A6332. Grayscale: #9A9A9A. Windows color (decimal): -8020787 or 13474949. OLE color: 13474949.

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

Color convert

RGB 133 156 205 -
CMYK 0.35 0.24 0 0.20
HSL 220.83º 0.42% 0.66% -
HSV(B) 220.83º 0.35% 0.8% -
XYZ 32.58 33.17 62.44 -
YUV 154.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 133 156 205 0.35 0.24 0 0.20 220.83 0.42 0.66
Hex 85 9C CD 23 18 0 14 DD 2A 42
Octal 205 234 315 43 30 0 24 335 52 102
Binary 10000101 10011100 11001101 100011 11000 0 10100 11011101 101010 1000010

Color Harmonies of #859CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CCD

Black with #859CCD

Text Example


Text Example

White with #859CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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