Shades of Polo Blue #7DA5D0
Tints of Polo Blue #7DA5D0
RGB
CMYK
RGB Variations
Color information
#7DA5D0 (or 0x7DA5D0) is known color: Polo Blue. HEX triplet: 7D, A5 and D0. RGB value is (125,165,208). Sum of RGB (Red+Green+Blue) = 125+165+208=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 165 (64.84% from 255 or 33.13% 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 #7DA5D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA5D0 is #825A2F. Grayscale: #9D9D9D. Windows color (decimal): -8542768 or 13673853. OLE color: 13673853.
HSL color Cylindrical-coordinate representation of color #7DA5D0: hue angle of 211.08º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DA5D0 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 165 | 208 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.18 |
| HSL | 211.08º | 0.47% | 0.65% | - |
| HSV(B) | 211.08º | 0.4% | 0.82% | - |
| XYZ | 33.3 | 35.82 | 64.83 | - |
| YUV | 157.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 208 | 0.40 | 0.21 | 0 | 0.18 | 211.08 | 0.47 | 0.65 |
| Hex | 7D | A5 | D0 | 28 | 15 | 0 | 12 | D3 | 2F | 41 |
| Octal | 175 | 245 | 320 | 50 | 25 | 0 | 22 | 323 | 57 | 101 |
| Binary | 1111101 | 10100101 | 11010000 | 101000 | 10101 | 0 | 10010 | 11010011 | 101111 | 1000001 |
Color Harmonies of #7DA5D0
Complementary color
Monochromatic Colors of #7DA5D0
Black with #7DA5D0
Text Example
Text Example
White with #7DA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA5D0; }
p { color: rgb(125,165,208); }
H1.HeaderClassName
{
color: #7DA5D0;
}
.AnyTagClassName
{
color: #7DA5D0;
}
</style>
background-color css
<style>
a { background-color: #7DA5D0; }
a { background-color: rgb(125,165,208); }
div.DivClassName
{
background-color: #7DA5D0;
}
.BgClassName
{
background-color: #7DA5D0;
}
</style>
border-color css
<style>
span { border-color: #7DA5D0; }
span { border-color: rgb(125,165,208); }
td.TdClassName
{
border-color: #7DA5D0;
}
.TagClassName
{
border-color: #7DA5D0;
}
</style>