Html Css Color HEX #7599DB Jordy Blue

📋 copy color: '#7599DB'

red 117 ◦ green 153 ◦ blue 219

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

Shades of Jordy Blue #7599DB

Tints of Jordy Blue #7599DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.29%

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

R = 23.93%
G = 31.29%
B = 44.79%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7599DB (or 0x7599DB) is known color: Jordy Blue. HEX triplet: 75, 99 and DB. RGB value is (117,153,219). Sum of RGB (Red+Green+Blue) = 117+153+219=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #7599DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599DB is #8A6624. Grayscale: #959595. Windows color (decimal): -9070117 or 14391669. OLE color: 14391669.

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

Color convert

RGB 117 153 219 -
CMYK 0.47 0.30 0 0.14
HSL 218.82º 0.59% 0.66% -
HSV(B) 218.82º 0.47% 0.86% -
XYZ 31.51 31.68 71.47 -
YUV 149.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 117 153 219 0.47 0.30 0 0.14 218.82 0.59 0.66
Hex 75 99 DB 2F 1E 0 E DB 3B 42
Octal 165 231 333 57 36 0 16 333 73 102
Binary 1110101 10011001 11011011 101111 11110 0 1110 11011011 111011 1000010

Color Harmonies of #7599DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7599DB

Black with #7599DB

Text Example


Text Example

White with #7599DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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