Html Css Color HEX #7599E1 Jordy Blue

📋 copy color: '#7599E1'

red 117 ◦ green 153 ◦ blue 225

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

Shades of Jordy Blue #7599E1

Tints of Jordy Blue #7599E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 23.64%
G = 30.91%
B = 45.45%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7599E1 (or 0x7599E1) is known color: Jordy Blue. HEX triplet: 75, 99 and E1. RGB value is (117,153,225). Sum of RGB (Red+Green+Blue) = 117+153+225=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #7599E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599E1 is #8A661E. Grayscale: #969696. Windows color (decimal): -9070111 or 14784885. OLE color: 14784885.

HSL color Cylindrical-coordinate representation of color #7599E1: hue angle of 220º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7599E1 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 153 225 -
CMYK 0.48 0.32 0 0.12
HSL 220º 0.64% 0.67% -
HSV(B) 220º 0.48% 0.88% -
XYZ 32.32 32 75.71 -
YUV 150.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 117 153 225 0.48 0.32 0 0.12 220 0.64 0.67
Hex 75 99 E1 30 20 0 C DC 40 43
Octal 165 231 341 60 40 0 14 334 100 103
Binary 1110101 10011001 11100001 110000 100000 0 1100 11011100 1000000 1000011

Color Harmonies of #7599E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7599E1

Black with #7599E1

Text Example


Text Example

White with #7599E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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