Html Css Color HEX #7598D7 Jordy Blue

📋 copy color: '#7598D7'

red 117 ◦ green 152 ◦ blue 215

#7598D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7598D7

Tints of Jordy Blue #7598D7

RGB

 RED value IS 117 (46.09% from 255) = 24.17%

 GREEN value IS 152 (59.77% from 255) = 31.4%

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 24.17%
G = 31.4%
B = 44.42%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7598D7 (or 0x7598D7) is known color: Jordy Blue. HEX triplet: 75, 98 and D7. RGB value is (117,152,215). Sum of RGB (Red+Green+Blue) = 117+152+215=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #7598D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598D7 is #8A6728. Grayscale: #949494. Windows color (decimal): -9070377 or 14129269. OLE color: 14129269.

HSL color Cylindrical-coordinate representation of color #7598D7: hue angle of 218.57º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7598D7 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 152 215 -
CMYK 0.46 0.29 0 0.16
HSL 218.57º 0.55% 0.65% -
HSV(B) 218.57º 0.46% 0.84% -
XYZ 30.83 31.14 68.68 -
YUV 148.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 117 152 215 0.46 0.29 0 0.16 218.57 0.55 0.65
Hex 75 98 D7 2E 1D 0 10 DB 37 41
Octal 165 230 327 56 35 0 20 333 67 101
Binary 1110101 10011000 11010111 101110 11101 0 10000 11011011 110111 1000001

Color Harmonies of #7598D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7598D7

Black with #7598D7

Text Example


Text Example

White with #7598D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7598D7;
 }
 .AnyTagClassName
 {
   color: #7598D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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