#7596D6

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

Shades of Jordy Blue #7596D6

Tints of Jordy Blue #7596D6

Color information

#7596D6 (or 0x7596D6) is unknown color: approx Jordy Blue. HEX triplet: 75, 96 and D6. RGB value is (117,150,214). Sum of RGB (Red+Green+Blue) = 117+150+214=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #7596D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596D6 is #8A6929. Grayscale: #939393. Windows color (decimal): -9070890 or 14063221. OLE color: 14063221.

HSL color Cylindrical-coordinate representation of color #7596D6: hue angle of 219.59º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7596D6 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117150214-
CMYK0.450.3000.16
HSL219.59º54.19%64.9%-
HSV(B)219.59º45.33%83.92%-
XYZ30.3830.4567.89-
YUV147.43165.57106.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=24.32%
G=31.19%
B=44.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171502140.450.3000.16219.5954.1964.9
Hex7596D62D1E010dc3641
Octal165226326553602033466101
Binary1110101100101101101011010110111110010000110111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7596D6; }

 p { color: rgb(117,150,214); }

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

<style>
 a { background-color: #7596D6; }

 a { background-color: rgb(117,150,214); }

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

<style>
 span { border-color: #7596D6; }

 span { border-color: rgb(117,150,214); }

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