#7599DB

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

Shades of Jordy Blue #7599DB

Tints of Jordy Blue #7599DB

Color information

#7599DB (or 0x7599DB) is unknown color: approx Jordy Blue. HEX triplet: 75, 99 and DB. RGB value is (117,153,219). Sum of RGB (Red+Green+Blue) = 117+153+219=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #7599DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599DB is #8A6624. Grayscale: #959595. Windows color (decimal): -9070117 or 14391669. OLE color: 14391669.

HSL color Cylindrical-coordinate representation of color #7599DB: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7599DB is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117153219-
CMYK0.470.3000.14
HSL218.82º58.62%65.88%-
HSV(B)218.82º46.58%85.88%-
XYZ31.5131.6871.47-
YUV149.76167.07104.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=23.93%
G=31.29%
B=44.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171532190.470.3000.14218.8258.6265.88
Hex7599DB2F1E0Edb3b42
Octal165231333573601633373102
Binary111010110011001110110111011111111001110110110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7599DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7599DB; }

 p { color: rgb(117,153,219); }

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

<style>
 a { background-color: #7599DB; }

 a { background-color: rgb(117,153,219); }

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

<style>
 span { border-color: #7599DB; }

 span { border-color: rgb(117,153,219); }

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