#759ED0

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

Shades of Jordy Blue #759ED0

Tints of Jordy Blue #759ED0

Color information

#759ED0 (or 0x759ED0) is unknown color: approx Jordy Blue. HEX triplet: 75, 9E and D0. RGB value is (117,158,208). Sum of RGB (Red+Green+Blue) = 117+158+208=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #759ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ED0 is #8A612F. Grayscale: #979797. Windows color (decimal): -9068848 or 13672053. OLE color: 13672053.

HSL color Cylindrical-coordinate representation of color #759ED0: hue angle of 212.97º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759ED0 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117158208-
CMYK0.440.2400.18
HSL212.97º49.19%63.73%-
HSV(B)212.97º43.75%81.57%-
XYZ30.9532.7964.37-
YUV151.44159.92103.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.22%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=24.22%
G=32.71%
B=43.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171582080.440.2400.18212.9749.1963.73
Hex759ED02C18012d53140
Octal165236320543002232561100
Binary1110101100111101101000010110011000010010110101011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,158,208); }

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

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

 a { background-color: rgb(117,158,208); }

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

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

 span { border-color: rgb(117,158,208); }

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