#759ED1

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

Shades of Jordy Blue #759ED1

Tints of Jordy Blue #759ED1

Color information

#759ED1 (or 0x759ED1) is unknown color: approx Jordy Blue. HEX triplet: 75, 9E and D1. RGB value is (117,158,209). Sum of RGB (Red+Green+Blue) = 117+158+209=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #759ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ED1 is #8A612E. Grayscale: #979797. Windows color (decimal): -9068847 or 13737589. OLE color: 13737589.

HSL color Cylindrical-coordinate representation of color #759ED1: hue angle of 213.26º degrees, saturation: 0.5, 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 #759ED1 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117158209-
CMYK0.440.2400.18
HSL213.26º50%63.92%-
HSV(B)213.26º44.02%81.96%-
XYZ31.0732.8465.02-
YUV151.55160.42103.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.17%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=24.17%
G=32.64%
B=43.18%

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
Decimal1171582090.440.2400.18213.265063.92
Hex759ED12C18012d53240
Octal165236321543002232562100
Binary1110101100111101101000110110011000010010110101011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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