Html Css Color HEX #7596DB Jordy Blue

📋 copy color: '#7596DB'

red 117 ◦ green 150 ◦ blue 219

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

Shades of Jordy Blue #7596DB

Tints of Jordy Blue #7596DB

RGB

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

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

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

R = 24.07%
G = 30.86%
B = 45.06%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7596DB (or 0x7596DB) is known color: Jordy Blue. HEX triplet: 75, 96 and DB. RGB value is (117,150,219). Sum of RGB (Red+Green+Blue) = 117+150+219=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #7596DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596DB is #8A6924. Grayscale: #939393. Windows color (decimal): -9070885 or 14390901. OLE color: 14390901.

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

Color convert

RGB 117 150 219 -
CMYK 0.47 0.32 0 0.14
HSL 220.59º 0.59% 0.66% -
HSV(B) 220.59º 0.47% 0.86% -
XYZ 31.03 30.71 71.31 -
YUV 148 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 117 150 219 0.47 0.32 0 0.14 220.59 0.59 0.66
Hex 75 96 DB 2F 20 0 E DD 3B 42
Octal 165 226 333 57 40 0 16 335 73 102
Binary 1110101 10010110 11011011 101111 100000 0 1110 11011101 111011 1000010

Color Harmonies of #7596DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7596DB

Black with #7596DB

Text Example


Text Example

White with #7596DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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