#7DA5CF

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

Shades of Polo Blue #7DA5CF

Tints of Polo Blue #7DA5CF

Color information

#7DA5CF (or 0x7DA5CF) is unknown color: approx Polo Blue. HEX triplet: 7D, A5 and CF. RGB value is (125,165,207). Sum of RGB (Red+Green+Blue) = 125+165+207=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DA5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA5CF is #825A30. Grayscale: #9D9D9D. Windows color (decimal): -8542769 or 13608317. OLE color: 13608317.

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

Color convert

RGB125165207-
CMYK0.400.2000.19
HSL210.73º46.07%65.1%-
HSV(B)210.73º39.61%81.18%-
XYZ33.1835.7864.19-
YUV157.83155.75104.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=25.15%
G=33.20%
B=41.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251652070.400.2000.19210.7346.0765.1
Hex7DA5CF2814013d32e41
Octal175245317502402332356101
Binary1111101101001011100111110100010100010011110100111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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