#7598DE

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

Shades of Jordy Blue #7598DE

Tints of Jordy Blue #7598DE

Color information

#7598DE (or 0x7598DE) is unknown color: approx Jordy Blue. HEX triplet: 75, 98 and DE. RGB value is (117,152,222). Sum of RGB (Red+Green+Blue) = 117+152+222=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #7598DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598DE is #8A6721. Grayscale: #959595. Windows color (decimal): -9070370 or 14588021. OLE color: 14588021.

HSL color Cylindrical-coordinate representation of color #7598DE: hue angle of 220º 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 #7598DE is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117152222-
CMYK0.470.3200.13
HSL220º61.4%66.47%-
HSV(B)220º47.3%87.06%-
XYZ31.7531.5173.52-
YUV149.51168.9104.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=23.83%
G=30.96%
B=45.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171522220.470.3200.1322061.466.47
Hex7598DE2F200Ddc3d42
Octal165230336574001533475102
Binary1110101100110001101111010111110000001101110111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7598DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7598DE; }

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

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

<style>
 a { background-color: #7598DE; }

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

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

<style>
 span { border-color: #7598DE; }

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

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