#7DA2D0

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

Shades of Polo Blue #7DA2D0

Tints of Polo Blue #7DA2D0

Color information

#7DA2D0 (or 0x7DA2D0) is unknown color: approx Polo Blue. HEX triplet: 7D, A2 and D0. RGB value is (125,162,208). Sum of RGB (Red+Green+Blue) = 125+162+208=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DA2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2D0 is #825D2F. Grayscale: #9B9B9B. Windows color (decimal): -8543536 or 13673085. OLE color: 13673085.

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

Color convert

RGB125162208-
CMYK0.400.2200.18
HSL213.25º46.89%65.29%-
HSV(B)213.25º39.9%81.57%-
XYZ32.7634.7564.66-
YUV156.18157.24105.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.25%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=25.25%
G=32.73%
B=42.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251622080.400.2200.18213.2546.8965.29
Hex7DA2D02816012d52f41
Octal175242320502602232557101
Binary1111101101000101101000010100010110010010110101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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