Shades of Polo Blue #7DA2D3
Tints of Polo Blue #7DA2D3
RGB
CMYK
RGB Variations
Color information
#7DA2D3 (or 0x7DA2D3) is known color: Polo Blue. HEX triplet: 7D, A2 and D3. RGB value is (125,162,211). Sum of RGB (Red+Green+Blue) = 125+162+211=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #7DA2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2D3 is #825D2C. Grayscale: #9C9C9C. Windows color (decimal): -8543533 or 13869693. OLE color: 13869693.
HSL color Cylindrical-coordinate representation of color #7DA2D3: hue angle of 214.19º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DA2D3 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 162 | 211 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.17 |
| HSL | 214.19º | 0.49% | 0.66% | - |
| HSV(B) | 214.19º | 0.41% | 0.83% | - |
| XYZ | 33.14 | 34.9 | 66.62 | - |
| YUV | 156.52 | 158.74 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 211 | 0.41 | 0.23 | 0 | 0.17 | 214.19 | 0.49 | 0.66 |
| Hex | 7D | A2 | D3 | 29 | 17 | 0 | 11 | D6 | 31 | 42 |
| Octal | 175 | 242 | 323 | 51 | 27 | 0 | 21 | 326 | 61 | 102 |
| Binary | 1111101 | 10100010 | 11010011 | 101001 | 10111 | 0 | 10001 | 11010110 | 110001 | 1000010 |
Color Harmonies of #7DA2D3
Complementary color
Monochromatic Colors of #7DA2D3
Black with #7DA2D3
Text Example
Text Example
White with #7DA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA2D3; }
p { color: rgb(125,162,211); }
H1.HeaderClassName
{
color: #7DA2D3;
}
.AnyTagClassName
{
color: #7DA2D3;
}
</style>
background-color css
<style>
a { background-color: #7DA2D3; }
a { background-color: rgb(125,162,211); }
div.DivClassName
{
background-color: #7DA2D3;
}
.BgClassName
{
background-color: #7DA2D3;
}
</style>
border-color css
<style>
span { border-color: #7DA2D3; }
span { border-color: rgb(125,162,211); }
td.TdClassName
{
border-color: #7DA2D3;
}
.TagClassName
{
border-color: #7DA2D3;
}
</style>