#7DA1D0

Color #7DA1D0 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #7DA1D0

Tints of Polo Blue #7DA1D0

Color information

#7DA1D0 (or 0x7DA1D0) is unknown color: approx Polo Blue. HEX triplet: 7D, A1 and D0. RGB value is (125,161,208). Sum of RGB (Red+Green+Blue) = 125+161+208=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DA1D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA1D0 is #825E2F. Grayscale: #9B9B9B. Windows color (decimal): -8543792 or 13672829. OLE color: 13672829.

HSL color Cylindrical-coordinate representation of color #7DA1D0: hue angle of 213.98º 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 #7DA1D0 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125161208-
CMYK0.400.2300.18
HSL213.98º46.89%65.29%-
HSV(B)213.98º39.9%81.57%-
XYZ32.5934.464.6-
YUV155.59157.57106.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=25.30%
G=32.59%
B=42.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251612080.400.2300.18213.9846.8965.29
Hex7DA1D02817012d62f41
Octal175241320502702232657101
Binary1111101101000011101000010100010111010010110101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA1D0; }

 p { color: rgb(125,161,208); }

 H1.HeaderClassName
 {
   color: #7DA1D0;
 }
 .AnyTagClassName
 {
   color: #7DA1D0;
 }
</style>
background-color css

<style>
 a { background-color: #7DA1D0; }

 a { background-color: rgb(125,161,208); }

 div.DivClassName
 {
   background-color: #7DA1D0;
 }
 .BgClassName
 {
   background-color: #7DA1D0;
 }
</style>
border-color css

<style>
 span { border-color: #7DA1D0; }

 span { border-color: rgb(125,161,208); }

 td.TdClassName
 {
   border-color: #7DA1D0;
 }
 .TagClassName
 {
   border-color: #7DA1D0;
 }
</style>