Shades of Polo Blue #859DD0
Tints of Polo Blue #859DD0
RGB
CMYK
RGB Variations
Color information
#859DD0 (or 0x859DD0) is known color: Polo Blue. HEX triplet: 85, 9D and D0. RGB value is (133,157,208). Sum of RGB (Red+Green+Blue) = 133+157+208=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #859DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DD0 is #7A622F. Grayscale: #9B9B9B. Windows color (decimal): -8020528 or 13671813. OLE color: 13671813.
HSL color Cylindrical-coordinate representation of color #859DD0: hue angle of 220.8º 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 #859DD0 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 157 | 208 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.18 |
| HSL | 220.8º | 0.44% | 0.67% | - |
| HSV(B) | 220.8º | 0.36% | 0.82% | - |
| XYZ | 33.12 | 33.65 | 64.43 | - |
| YUV | 155.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 208 | 0.36 | 0.25 | 0 | 0.18 | 220.8 | 0.44 | 0.67 |
| Hex | 85 | 9D | D0 | 24 | 19 | 0 | 12 | DD | 2C | 43 |
| Octal | 205 | 235 | 320 | 44 | 31 | 0 | 22 | 335 | 54 | 103 |
| Binary | 10000101 | 10011101 | 11010000 | 100100 | 11001 | 0 | 10010 | 11011101 | 101100 | 1000011 |
Color Harmonies of #859DD0
Complementary color
Monochromatic Colors of #859DD0
Black with #859DD0
Text Example
Text Example
White with #859DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DD0; }
p { color: rgb(133,157,208); }
H1.HeaderClassName
{
color: #859DD0;
}
.AnyTagClassName
{
color: #859DD0;
}
</style>
background-color css
<style>
a { background-color: #859DD0; }
a { background-color: rgb(133,157,208); }
div.DivClassName
{
background-color: #859DD0;
}
.BgClassName
{
background-color: #859DD0;
}
</style>
border-color css
<style>
span { border-color: #859DD0; }
span { border-color: rgb(133,157,208); }
td.TdClassName
{
border-color: #859DD0;
}
.TagClassName
{
border-color: #859DD0;
}
</style>