Html Css Color HEX #7597DB Jordy Blue

📋 copy color: '#7597DB'

red 117 ◦ green 151 ◦ blue 219

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

Shades of Jordy Blue #7597DB

Tints of Jordy Blue #7597DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.01%

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 24.02%
G = 31.01%
B = 44.97%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7597DB (or 0x7597DB) is known color: Jordy Blue. HEX triplet: 75, 97 and DB. RGB value is (117,151,219). Sum of RGB (Red+Green+Blue) = 117+151+219=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #7597DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597DB is #8A6824. Grayscale: #949494. Windows color (decimal): -9070629 or 14391157. OLE color: 14391157.

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

Color convert

RGB 117 151 219 -
CMYK 0.47 0.31 0 0.14
HSL 220º 0.59% 0.66% -
HSV(B) 220º 0.47% 0.86% -
XYZ 31.19 31.03 71.36 -
YUV 148.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 117 151 219 0.47 0.31 0 0.14 220 0.59 0.66
Hex 75 97 DB 2F 1F 0 E DC 3B 42
Octal 165 227 333 57 37 0 16 334 73 102
Binary 1110101 10010111 11011011 101111 11111 0 1110 11011100 111011 1000010

Color Harmonies of #7597DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7597DB

Black with #7597DB

Text Example


Text Example

White with #7597DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7597DB;
 }
 .AnyTagClassName
 {
   color: #7597DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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