Html Css Color HEX #859FD0 Polo Blue

📋 copy color: '#859FD0'

red 133 ◦ green 159 ◦ blue 208

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

Shades of Polo Blue #859FD0

Tints of Polo Blue #859FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 26.6%
G = 31.8%
B = 41.6%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#859FD0 (or 0x859FD0) is known color: Polo Blue. HEX triplet: 85, 9F and D0. RGB value is (133,159,208). Sum of RGB (Red+Green+Blue) = 133+159+208=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #859FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FD0 is #7A602F. Grayscale: #9C9C9C. Windows color (decimal): -8020016 or 13672325. OLE color: 13672325.

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

Color convert

RGB 133 159 208 -
CMYK 0.36 0.24 0 0.18
HSL 219.2º 0.44% 0.67% -
HSV(B) 219.2º 0.36% 0.82% -
XYZ 33.46 34.34 64.54 -
YUV 156.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 133 159 208 0.36 0.24 0 0.18 219.2 0.44 0.67
Hex 85 9F D0 24 18 0 12 DB 2C 43
Octal 205 237 320 44 30 0 22 333 54 103
Binary 10000101 10011111 11010000 100100 11000 0 10010 11011011 101100 1000011

Color Harmonies of #859FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FD0

Black with #859FD0

Text Example


Text Example

White with #859FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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