Html Css Color HEX #7596D4 Jordy Blue

📋 copy color: '#7596D4'

red 117 ◦ green 150 ◦ blue 212

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

Shades of Jordy Blue #7596D4

Tints of Jordy Blue #7596D4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.32%

 BLUE value IS 212 (83.2% from 255) = 44.26%

R = 24.43%
G = 31.32%
B = 44.26%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7596D4 (or 0x7596D4) is known color: Jordy Blue. HEX triplet: 75, 96 and D4. RGB value is (117,150,212). Sum of RGB (Red+Green+Blue) = 117+150+212=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #7596D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596D4 is #8A692B. Grayscale: #929292. Windows color (decimal): -9070892 or 13932149. OLE color: 13932149.

HSL color Cylindrical-coordinate representation of color #7596D4: hue angle of 219.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7596D4 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 150 212 -
CMYK 0.45 0.29 0 0.17
HSL 219.16º 0.52% 0.65% -
HSV(B) 219.16º 0.45% 0.83% -
XYZ 30.13 30.35 66.56 -
YUV 147.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 117 150 212 0.45 0.29 0 0.17 219.16 0.52 0.65
Hex 75 96 D4 2D 1D 0 11 DB 34 41
Octal 165 226 324 55 35 0 21 333 64 101
Binary 1110101 10010110 11010100 101101 11101 0 10001 11011011 110100 1000001

Color Harmonies of #7596D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7596D4

Black with #7596D4

Text Example


Text Example

White with #7596D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7596D4; }

 p { color: rgb(117,150,212); }

 H1.HeaderClassName
 {
   color: #7596D4;
 }
 .AnyTagClassName
 {
   color: #7596D4;
 }
</style>

background-color css

<style>
 a { background-color: #7596D4; }

 a { background-color: rgb(117,150,212); }

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

border-color css

<style>
 span { border-color: #7596D4; }

 span { border-color: rgb(117,150,212); }

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