Html Css Color HEX #859FC2 Polo Blue

📋 copy color: '#859FC2'

red 133 ◦ green 159 ◦ blue 194

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

Shades of Polo Blue #859FC2

Tints of Polo Blue #859FC2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.72%

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 27.37%
G = 32.72%
B = 39.92%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#859FC2 (or 0x859FC2) is known color: Polo Blue. HEX triplet: 85, 9F and C2. RGB value is (133,159,194). Sum of RGB (Red+Green+Blue) = 133+159+194=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #859FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FC2 is #7A603D. Grayscale: #9B9B9B. Windows color (decimal): -8020030 or 12754821. OLE color: 12754821.

HSL color Cylindrical-coordinate representation of color #859FC2: hue angle of 214.43º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #859FC2 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 159 194 -
CMYK 0.31 0.18 0 0.24
HSL 214.43º 0.33% 0.64% -
HSV(B) 214.43º 0.31% 0.76% -
XYZ 31.81 33.68 55.86 -
YUV 155.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 133 159 194 0.31 0.18 0 0.24 214.43 0.33 0.64
Hex 85 9F C2 1F 12 0 18 D6 21 40
Octal 205 237 302 37 22 0 30 326 41 100
Binary 10000101 10011111 11000010 11111 10010 0 11000 11010110 100001 1000000

Color Harmonies of #859FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FC2

Black with #859FC2

Text Example


Text Example

White with #859FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,159,194); }

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

background-color css

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

 a { background-color: rgb(133,159,194); }

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

border-color css

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

 span { border-color: rgb(133,159,194); }

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