#7DA2CF

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

Shades of Polo Blue #7DA2CF

Tints of Polo Blue #7DA2CF

Color information

#7DA2CF (or 0x7DA2CF) is unknown color: approx Polo Blue. HEX triplet: 7D, A2 and CF. RGB value is (125,162,207). Sum of RGB (Red+Green+Blue) = 125+162+207=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DA2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2CF is #825D30. Grayscale: #9B9B9B. Windows color (decimal): -8543537 or 13607549. OLE color: 13607549.

HSL color Cylindrical-coordinate representation of color #7DA2CF: hue angle of 212.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DA2CF is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125162207-
CMYK0.400.2200.19
HSL212.93º46.07%65.1%-
HSV(B)212.93º39.61%81.18%-
XYZ32.6434.7164.01-
YUV156.07156.74105.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=25.30%
G=32.79%
B=41.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251622070.400.2200.19212.9346.0765.1
Hex7DA2CF2816013d52e41
Octal175242317502602332556101
Binary1111101101000101100111110100010110010011110101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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