Shades of Polo Blue #859ED3
Tints of Polo Blue #859ED3
RGB
CMYK
RGB Variations
Color information
#859ED3 (or 0x859ED3) is known color: Polo Blue. HEX triplet: 85, 9E and D3. RGB value is (133,158,211). Sum of RGB (Red+Green+Blue) = 133+158+211=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #859ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ED3 is #7A612C. Grayscale: #9C9C9C. Windows color (decimal): -8020269 or 13868677. OLE color: 13868677.
HSL color Cylindrical-coordinate representation of color #859ED3: hue angle of 220.77º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #859ED3 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 158 | 211 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.17 |
| HSL | 220.77º | 0.47% | 0.67% | - |
| HSV(B) | 220.77º | 0.37% | 0.83% | - |
| XYZ | 33.66 | 34.14 | 66.44 | - |
| YUV | 156.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 211 | 0.37 | 0.25 | 0 | 0.17 | 220.77 | 0.47 | 0.67 |
| Hex | 85 | 9E | D3 | 25 | 19 | 0 | 11 | DD | 2F | 43 |
| Octal | 205 | 236 | 323 | 45 | 31 | 0 | 21 | 335 | 57 | 103 |
| Binary | 10000101 | 10011110 | 11010011 | 100101 | 11001 | 0 | 10001 | 11011101 | 101111 | 1000011 |
Color Harmonies of #859ED3
Complementary color
Monochromatic Colors of #859ED3
Black with #859ED3
Text Example
Text Example
White with #859ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ED3; }
p { color: rgb(133,158,211); }
H1.HeaderClassName
{
color: #859ED3;
}
.AnyTagClassName
{
color: #859ED3;
}
</style>
background-color css
<style>
a { background-color: #859ED3; }
a { background-color: rgb(133,158,211); }
div.DivClassName
{
background-color: #859ED3;
}
.BgClassName
{
background-color: #859ED3;
}
</style>
border-color css
<style>
span { border-color: #859ED3; }
span { border-color: rgb(133,158,211); }
td.TdClassName
{
border-color: #859ED3;
}
.TagClassName
{
border-color: #859ED3;
}
</style>