Html Css Color HEX #759AD1 Jordy Blue

📋 copy color: '#759AD1'

red 117 ◦ green 154 ◦ blue 209

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

Shades of Jordy Blue #759AD1

Tints of Jordy Blue #759AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 24.38%
G = 32.08%
B = 43.54%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#759AD1 (or 0x759AD1) is known color: Jordy Blue. HEX triplet: 75, 9A and D1. RGB value is (117,154,209). Sum of RGB (Red+Green+Blue) = 117+154+209=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #759AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD1 is #8A652E. Grayscale: #949494. Windows color (decimal): -9069871 or 13736565. OLE color: 13736565.

HSL color Cylindrical-coordinate representation of color #759AD1: hue angle of 215.87º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759AD1 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 154 209 -
CMYK 0.44 0.26 0 0.18
HSL 215.87º 0.5% 0.64% -
HSV(B) 215.87º 0.44% 0.82% -
XYZ 30.4 31.5 64.8 -
YUV 149.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 117 154 209 0.44 0.26 0 0.18 215.87 0.5 0.64
Hex 75 9A D1 2C 1A 0 12 D8 32 40
Octal 165 232 321 54 32 0 22 330 62 100
Binary 1110101 10011010 11010001 101100 11010 0 10010 11011000 110010 1000000

Color Harmonies of #759AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AD1

Black with #759AD1

Text Example


Text Example

White with #759AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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