Html Css Color HEX #759EE1 Jordy Blue

📋 copy color: '#759EE1'

red 117 ◦ green 158 ◦ blue 225

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

Shades of Jordy Blue #759EE1

Tints of Jordy Blue #759EE1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.6%

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

R = 23.4%
G = 31.6%
B = 45%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#759EE1 (or 0x759EE1) is known color: Jordy Blue. HEX triplet: 75, 9E and E1. RGB value is (117,158,225). Sum of RGB (Red+Green+Blue) = 117+158+225=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #759EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EE1 is #8A611E. Grayscale: #999999. Windows color (decimal): -9068831 or 14786165. OLE color: 14786165.

HSL color Cylindrical-coordinate representation of color #759EE1: hue angle of 217.22º 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 #759EE1 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 158 225 -
CMYK 0.48 0.30 0 0.12
HSL 217.22º 0.64% 0.67% -
HSV(B) 217.22º 0.48% 0.88% -
XYZ 33.15 33.67 75.99 -
YUV 153.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 117 158 225 0.48 0.30 0 0.12 217.22 0.64 0.67
Hex 75 9E E1 30 1E 0 C D9 40 43
Octal 165 236 341 60 36 0 14 331 100 103
Binary 1110101 10011110 11100001 110000 11110 0 1100 11011001 1000000 1000011

Color Harmonies of #759EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EE1

Black with #759EE1

Text Example


Text Example

White with #759EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759EE1; }

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

 H1.HeaderClassName
 {
   color: #759EE1;
 }
 .AnyTagClassName
 {
   color: #759EE1;
 }
</style>

background-color css

<style>
 a { background-color: #759EE1; }

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

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

border-color css

<style>
 span { border-color: #759EE1; }

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

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