Html Css Color HEX #759AD5 Jordy Blue

📋 copy color: '#759AD5'

red 117 ◦ green 154 ◦ blue 213

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

Shades of Jordy Blue #759AD5

Tints of Jordy Blue #759AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 24.17%
G = 31.82%
B = 44.01%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#759AD5 (or 0x759AD5) is known color: Jordy Blue. HEX triplet: 75, 9A and D5. RGB value is (117,154,213). Sum of RGB (Red+Green+Blue) = 117+154+213=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #759AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD5 is #8A652A. Grayscale: #959595. Windows color (decimal): -9069867 or 13998709. OLE color: 13998709.

HSL color Cylindrical-coordinate representation of color #759AD5: hue angle of 216.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759AD5 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 154 213 -
CMYK 0.45 0.28 0 0.16
HSL 216.88º 0.53% 0.65% -
HSV(B) 216.88º 0.45% 0.84% -
XYZ 30.9 31.7 67.44 -
YUV 149.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 117 154 213 0.45 0.28 0 0.16 216.88 0.53 0.65
Hex 75 9A D5 2D 1C 0 10 D9 35 41
Octal 165 232 325 55 34 0 20 331 65 101
Binary 1110101 10011010 11010101 101101 11100 0 10000 11011001 110101 1000001

Color Harmonies of #759AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AD5

Black with #759AD5

Text Example


Text Example

White with #759AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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