Html Css Color HEX #759AD9 Jordy Blue

📋 copy color: '#759AD9'

red 117 ◦ green 154 ◦ blue 217

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

Shades of Jordy Blue #759AD9

Tints of Jordy Blue #759AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.47%

R = 23.98%
G = 31.56%
B = 44.47%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#759AD9 (or 0x759AD9) is known color: Jordy Blue. HEX triplet: 75, 9A and D9. RGB value is (117,154,217). Sum of RGB (Red+Green+Blue) = 117+154+217=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #759AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD9 is #8A6526. Grayscale: #959595. Windows color (decimal): -9069863 or 14260853. OLE color: 14260853.

HSL color Cylindrical-coordinate representation of color #759AD9: hue angle of 217.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #759AD9 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 154 217 -
CMYK 0.46 0.29 0 0.15
HSL 217.8º 0.57% 0.65% -
HSV(B) 217.8º 0.46% 0.85% -
XYZ 31.42 31.9 70.15 -
YUV 150.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 117 154 217 0.46 0.29 0 0.15 217.8 0.57 0.65
Hex 75 9A D9 2E 1D 0 F DA 39 41
Octal 165 232 331 56 35 0 17 332 71 101
Binary 1110101 10011010 11011001 101110 11101 0 1111 11011010 111001 1000001

Color Harmonies of #759AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AD9

Black with #759AD9

Text Example


Text Example

White with #759AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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