#759DCD

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

Shades of Polo Blue #759DCD

Tints of Polo Blue #759DCD

Color information

#759DCD (or 0x759DCD) is unknown color: approx Polo Blue. HEX triplet: 75, 9D and CD. RGB value is (117,157,205). Sum of RGB (Red+Green+Blue) = 117+157+205=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #759DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DCD is #8A6232. Grayscale: #969696. Windows color (decimal): -9069107 or 13475189. OLE color: 13475189.

HSL color Cylindrical-coordinate representation of color #759DCD: hue angle of 212.73º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759DCD is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117157205-
CMYK0.430.2300.20
HSL212.73º46.81%63.14%-
HSV(B)212.73º42.93%80.39%-
XYZ30.4132.362.39-
YUV150.51158.75104.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=24.43%
G=32.78%
B=42.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171572050.430.2300.20212.7346.8163.14
Hex759DCD2B17014d52f3f
Octal16523531553270243255777
Binary111010110011101110011011010111011101010011010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759DCD; }

 p { color: rgb(117,157,205); }

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

<style>
 a { background-color: #759DCD; }

 a { background-color: rgb(117,157,205); }

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

<style>
 span { border-color: #759DCD; }

 span { border-color: rgb(117,157,205); }

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