Html Css Color HEX #859DCF Polo Blue

📋 copy color: '#859DCF'

red 133 ◦ green 157 ◦ blue 207

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

Shades of Polo Blue #859DCF

Tints of Polo Blue #859DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 26.76%
G = 31.59%
B = 41.65%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#859DCF (or 0x859DCF) is known color: Polo Blue. HEX triplet: 85, 9D and CF. RGB value is (133,157,207). Sum of RGB (Red+Green+Blue) = 133+157+207=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #859DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DCF is #7A6230. Grayscale: #9B9B9B. Windows color (decimal): -8020529 or 13606277. OLE color: 13606277.

HSL color Cylindrical-coordinate representation of color #859DCF: hue angle of 220.54º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859DCF is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 157 207 -
CMYK 0.36 0.24 0 0.19
HSL 220.54º 0.44% 0.67% -
HSV(B) 220.54º 0.36% 0.81% -
XYZ 32.99 33.61 63.78 -
YUV 155.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 133 157 207 0.36 0.24 0 0.19 220.54 0.44 0.67
Hex 85 9D CF 24 18 0 13 DD 2C 43
Octal 205 235 317 44 30 0 23 335 54 103
Binary 10000101 10011101 11001111 100100 11000 0 10011 11011101 101100 1000011

Color Harmonies of #859DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DCF

Black with #859DCF

Text Example


Text Example

White with #859DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,157,207); }

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

background-color css

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

 a { background-color: rgb(133,157,207); }

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

border-color css

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

 span { border-color: rgb(133,157,207); }

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