#7DA8CF

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

Shades of Polo Blue #7DA8CF

Tints of Polo Blue #7DA8CF

Color information

#7DA8CF (or 0x7DA8CF) is unknown color: approx Polo Blue. HEX triplet: 7D, A8 and CF. RGB value is (125,168,207). Sum of RGB (Red+Green+Blue) = 125+168+207=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DA8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8CF is #825730. Grayscale: #9F9F9F. Windows color (decimal): -8542001 or 13609085. OLE color: 13609085.

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

Color convert

RGB125168207-
CMYK0.400.1900.19
HSL208.54º46.07%65.1%-
HSV(B)208.54º39.61%81.18%-
XYZ33.7236.8764.37-
YUV159.59154.75103.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=25%
G=33.6%
B=41.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251682070.400.1900.19208.5446.0765.1
Hex7DA8CF2813013d12e41
Octal175250317502302332156101
Binary1111101101010001100111110100010011010011110100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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