Html Css Color HEX #7599DA Jordy Blue

📋 copy color: '#7599DA'

red 117 ◦ green 153 ◦ blue 218

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

Shades of Jordy Blue #7599DA

Tints of Jordy Blue #7599DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 23.98%
G = 31.35%
B = 44.67%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7599DA (or 0x7599DA) is known color: Jordy Blue. HEX triplet: 75, 99 and DA. RGB value is (117,153,218). Sum of RGB (Red+Green+Blue) = 117+153+218=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #7599DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599DA is #8A6625. Grayscale: #959595. Windows color (decimal): -9070118 or 14326133. OLE color: 14326133.

HSL color Cylindrical-coordinate representation of color #7599DA: hue angle of 218.61º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7599DA is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 153 218 -
CMYK 0.46 0.30 0 0.15
HSL 218.61º 0.58% 0.66% -
HSV(B) 218.61º 0.46% 0.85% -
XYZ 31.38 31.63 70.78 -
YUV 149.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 117 153 218 0.46 0.30 0 0.15 218.61 0.58 0.66
Hex 75 99 DA 2E 1E 0 F DB 3A 42
Octal 165 231 332 56 36 0 17 333 72 102
Binary 1110101 10011001 11011010 101110 11110 0 1111 11011011 111010 1000010

Color Harmonies of #7599DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7599DA

Black with #7599DA

Text Example


Text Example

White with #7599DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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