#7599de

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

Shades of Jordy Blue #7599DE

Tints of Jordy Blue #7599DE

Color information

#7599DE (or 0x7599DE) is unknown color: approx Jordy Blue. HEX triplet: 75, 99 and DE. RGB value is (117,153,222). Sum of RGB (Red+Green+Blue) = 117+153+222=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #7599DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599DE is #8A6621. Grayscale: #959595. Windows color (decimal): -9070114 or 14588277. OLE color: 14588277.

HSL color Cylindrical-coordinate representation of color #7599DE: hue angle of 219.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7599DE is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117153222-
CMYK0.470.3100.13
HSL219.43º61.4%66.47%-
HSV(B)219.43º47.3%87.06%-
XYZ31.9131.8473.57-
YUV150.1168.57104.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=23.78%
G=31.10%
B=45.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171532220.470.3100.13219.4361.466.47
Hex7599DE2F1F0Ddb3d42
Octal165231336573701533375102
Binary111010110011001110111101011111111101101110110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7599de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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