Shades of Polo Blue #819DD2
Tints of Polo Blue #819DD2
RGB
CMYK
RGB Variations
Color information
#819DD2 (or 0x819DD2) is known color: Polo Blue. HEX triplet: 81, 9D and D2. RGB value is (129,157,210). Sum of RGB (Red+Green+Blue) = 129+157+210=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #819DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DD2 is #7E622D. Grayscale: #9A9A9A. Windows color (decimal): -8282670 or 13802881. OLE color: 13802881.
HSL color Cylindrical-coordinate representation of color #819DD2: hue angle of 219.26º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819DD2 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 157 | 210 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.18 |
| HSL | 219.26º | 0.47% | 0.66% | - |
| HSV(B) | 219.26º | 0.39% | 0.82% | - |
| XYZ | 32.74 | 33.43 | 65.7 | - |
| YUV | 154.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 210 | 0.39 | 0.25 | 0 | 0.18 | 219.26 | 0.47 | 0.66 |
| Hex | 81 | 9D | D2 | 27 | 19 | 0 | 12 | DB | 2F | 42 |
| Octal | 201 | 235 | 322 | 47 | 31 | 0 | 22 | 333 | 57 | 102 |
| Binary | 10000001 | 10011101 | 11010010 | 100111 | 11001 | 0 | 10010 | 11011011 | 101111 | 1000010 |
Color Harmonies of #819DD2
Complementary color
Monochromatic Colors of #819DD2
Black with #819DD2
Text Example
Text Example
White with #819DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DD2; }
p { color: rgb(129,157,210); }
H1.HeaderClassName
{
color: #819DD2;
}
.AnyTagClassName
{
color: #819DD2;
}
</style>
background-color css
<style>
a { background-color: #819DD2; }
a { background-color: rgb(129,157,210); }
div.DivClassName
{
background-color: #819DD2;
}
.BgClassName
{
background-color: #819DD2;
}
</style>
border-color css
<style>
span { border-color: #819DD2; }
span { border-color: rgb(129,157,210); }
td.TdClassName
{
border-color: #819DD2;
}
.TagClassName
{
border-color: #819DD2;
}
</style>