Shades of Polo Blue #859FD1
Tints of Polo Blue #859FD1
RGB
CMYK
RGB Variations
Color information
#859FD1 (or 0x859FD1) is known color: Polo Blue. HEX triplet: 85, 9F and D1. RGB value is (133,159,209). Sum of RGB (Red+Green+Blue) = 133+159+209=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #859FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FD1 is #7A602E. Grayscale: #9C9C9C. Windows color (decimal): -8020015 or 13737861. OLE color: 13737861.
HSL color Cylindrical-coordinate representation of color #859FD1: hue angle of 219.47º degrees, saturation: 0.45, 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 #859FD1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 159 | 209 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.18 |
| HSL | 219.47º | 0.45% | 0.67% | - |
| HSV(B) | 219.47º | 0.36% | 0.82% | - |
| XYZ | 33.58 | 34.39 | 65.19 | - |
| YUV | 156.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 209 | 0.36 | 0.24 | 0 | 0.18 | 219.47 | 0.45 | 0.67 |
| Hex | 85 | 9F | D1 | 24 | 18 | 0 | 12 | DB | 2D | 43 |
| Octal | 205 | 237 | 321 | 44 | 30 | 0 | 22 | 333 | 55 | 103 |
| Binary | 10000101 | 10011111 | 11010001 | 100100 | 11000 | 0 | 10010 | 11011011 | 101101 | 1000011 |
Color Harmonies of #859FD1
Complementary color
Monochromatic Colors of #859FD1
Black with #859FD1
Text Example
Text Example
White with #859FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FD1; }
p { color: rgb(133,159,209); }
H1.HeaderClassName
{
color: #859FD1;
}
.AnyTagClassName
{
color: #859FD1;
}
</style>
background-color css
<style>
a { background-color: #859FD1; }
a { background-color: rgb(133,159,209); }
div.DivClassName
{
background-color: #859FD1;
}
.BgClassName
{
background-color: #859FD1;
}
</style>
border-color css
<style>
span { border-color: #859FD1; }
span { border-color: rgb(133,159,209); }
td.TdClassName
{
border-color: #859FD1;
}
.TagClassName
{
border-color: #859FD1;
}
</style>