Html Css Color HEX #859FCB Polo Blue

📋 copy color: '#859FCB'

red 133 ◦ green 159 ◦ blue 203

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

Shades of Polo Blue #859FCB

Tints of Polo Blue #859FCB

RGB

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

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

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

R = 26.87%
G = 32.12%
B = 41.01%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#859FCB (or 0x859FCB) is known color: Polo Blue. HEX triplet: 85, 9F and CB. RGB value is (133,159,203). Sum of RGB (Red+Green+Blue) = 133+159+203=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #859FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FCB is #7A6034. Grayscale: #9C9C9C. Windows color (decimal): -8020021 or 13344645. OLE color: 13344645.

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

Color convert

RGB 133 159 203 -
CMYK 0.34 0.22 0 0.20
HSL 217.71º 0.4% 0.66% -
HSV(B) 217.71º 0.34% 0.8% -
XYZ 32.85 34.09 61.35 -
YUV 156.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 133 159 203 0.34 0.22 0 0.20 217.71 0.4 0.66
Hex 85 9F CB 22 16 0 14 DA 28 42
Octal 205 237 313 42 26 0 24 332 50 102
Binary 10000101 10011111 11001011 100010 10110 0 10100 11011010 101000 1000010

Color Harmonies of #859FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FCB

Black with #859FCB

Text Example


Text Example

White with #859FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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