Html Css Color HEX #859FC9 Polo Blue

📋 copy color: '#859FC9'

red 133 ◦ green 159 ◦ blue 201

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

Shades of Polo Blue #859FC9

Tints of Polo Blue #859FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 26.98%
G = 32.25%
B = 40.77%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#859FC9 (or 0x859FC9) is known color: Polo Blue. HEX triplet: 85, 9F and C9. RGB value is (133,159,201). Sum of RGB (Red+Green+Blue) = 133+159+201=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #859FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FC9 is #7A6036. Grayscale: #9B9B9B. Windows color (decimal): -8020023 or 13213573. OLE color: 13213573.

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

Color convert

RGB 133 159 201 -
CMYK 0.34 0.21 0 0.21
HSL 217.06º 0.39% 0.65% -
HSV(B) 217.06º 0.34% 0.79% -
XYZ 32.61 34 60.1 -
YUV 156.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 133 159 201 0.34 0.21 0 0.21 217.06 0.39 0.65
Hex 85 9F C9 22 15 0 15 D9 27 41
Octal 205 237 311 42 25 0 25 331 47 101
Binary 10000101 10011111 11001001 100010 10101 0 10101 11011001 100111 1000001

Color Harmonies of #859FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FC9

Black with #859FC9

Text Example


Text Example

White with #859FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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