Html Css Color HEX #7597DC Jordy Blue

📋 copy color: '#7597DC'

red 117 ◦ green 151 ◦ blue 220

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

Shades of Jordy Blue #7597DC

Tints of Jordy Blue #7597DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 23.98%
G = 30.94%
B = 45.08%

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

#7597DC (or 0x7597DC) is known color: Jordy Blue. HEX triplet: 75, 97 and DC. RGB value is (117,151,220). Sum of RGB (Red+Green+Blue) = 117+151+220=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #7597DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597DC is #8A6823. Grayscale: #949494. Windows color (decimal): -9070628 or 14456693. OLE color: 14456693.

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

Color convert

RGB 117 151 220 -
CMYK 0.47 0.31 0 0.14
HSL 220.19º 0.6% 0.66% -
HSV(B) 220.19º 0.47% 0.86% -
XYZ 31.32 31.08 72.06 -
YUV 148.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 117 151 220 0.47 0.31 0 0.14 220.19 0.6 0.66
Hex 75 97 DC 2F 1F 0 E DC 3C 42
Octal 165 227 334 57 37 0 16 334 74 102
Binary 1110101 10010111 11011100 101111 11111 0 1110 11011100 111100 1000010

Color Harmonies of #7597DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7597DC

Black with #7597DC

Text Example


Text Example

White with #7597DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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