Html Css Color HEX #759AE1 Jordy Blue

📋 copy color: '#759AE1'

red 117 ◦ green 154 ◦ blue 225

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

Shades of Jordy Blue #759AE1

Tints of Jordy Blue #759AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

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

R = 23.59%
G = 31.05%
B = 45.36%

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

#759AE1 (or 0x759AE1) is known color: Jordy Blue. HEX triplet: 75, 9A and E1. RGB value is (117,154,225). Sum of RGB (Red+Green+Blue) = 117+154+225=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #759AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AE1 is #8A651E. Grayscale: #969696. Windows color (decimal): -9069855 or 14785141. OLE color: 14785141.

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

Color convert

RGB 117 154 225 -
CMYK 0.48 0.32 0 0.12
HSL 219.44º 0.64% 0.67% -
HSV(B) 219.44º 0.48% 0.88% -
XYZ 32.48 32.33 75.76 -
YUV 151.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 117 154 225 0.48 0.32 0 0.12 219.44 0.64 0.67
Hex 75 9A E1 30 20 0 C DB 40 43
Octal 165 232 341 60 40 0 14 333 100 103
Binary 1110101 10011010 11100001 110000 100000 0 1100 11011011 1000000 1000011

Color Harmonies of #759AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AE1

Black with #759AE1

Text Example


Text Example

White with #759AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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