#7598CF

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

Shades of Jordy Blue #7598CF

Tints of Jordy Blue #7598CF

Color information

#7598CF (or 0x7598CF) is unknown color: approx Jordy Blue. HEX triplet: 75, 98 and CF. RGB value is (117,152,207). Sum of RGB (Red+Green+Blue) = 117+152+207=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #7598CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598CF is #8A6730. Grayscale: #939393. Windows color (decimal): -9070385 or 13604981. OLE color: 13604981.

HSL color Cylindrical-coordinate representation of color #7598CF: hue angle of 216.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7598CF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117152207-
CMYK0.430.2700.19
HSL216.67º48.39%63.53%-
HSV(B)216.67º43.48%81.18%-
XYZ29.8330.7463.39-
YUV147.8161.4106.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=24.58%
G=31.93%
B=43.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171522070.430.2700.19216.6748.3963.53
Hex7598CF2B1B013d93040
Octal165230317533302333160100
Binary1110101100110001100111110101111011010011110110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7598CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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