#759BCD

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

Shades of Polo Blue #759BCD

Tints of Polo Blue #759BCD

Color information

#759BCD (or 0x759BCD) is unknown color: approx Polo Blue. HEX triplet: 75, 9B and CD. RGB value is (117,155,205). Sum of RGB (Red+Green+Blue) = 117+155+205=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #759BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BCD is #8A6432. Grayscale: #959595. Windows color (decimal): -9069619 or 13474677. OLE color: 13474677.

HSL color Cylindrical-coordinate representation of color #759BCD: hue angle of 214.09º 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 #759BCD is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117155205-
CMYK0.430.2400.20
HSL214.09º46.81%63.14%-
HSV(B)214.09º42.93%80.39%-
XYZ30.0831.6362.28-
YUV149.34159.41104.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=24.53%
G=32.49%
B=42.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171552050.430.2400.20214.0946.8163.14
Hex759BCD2B18014d62f3f
Octal16523331553300243265777
Binary111010110011011110011011010111100001010011010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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