Html Css Color HEX #759AD0 Jordy Blue

📋 copy color: '#759AD0'

red 117 ◦ green 154 ◦ blue 208

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

Shades of Jordy Blue #759AD0

Tints of Jordy Blue #759AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 24.43%
G = 32.15%
B = 43.42%

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

#759AD0 (or 0x759AD0) is known color: Jordy Blue. HEX triplet: 75, 9A and D0. RGB value is (117,154,208). Sum of RGB (Red+Green+Blue) = 117+154+208=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #759AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD0 is #8A652F. Grayscale: #949494. Windows color (decimal): -9069872 or 13671029. OLE color: 13671029.

HSL color Cylindrical-coordinate representation of color #759AD0: hue angle of 215.6º degrees, saturation: 0.49, 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 #759AD0 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 154 208 -
CMYK 0.44 0.26 0 0.18
HSL 215.6º 0.49% 0.64% -
HSV(B) 215.6º 0.44% 0.82% -
XYZ 30.28 31.45 64.15 -
YUV 149.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 117 154 208 0.44 0.26 0 0.18 215.6 0.49 0.64
Hex 75 9A D0 2C 1A 0 12 D8 31 40
Octal 165 232 320 54 32 0 22 330 61 100
Binary 1110101 10011010 11010000 101100 11010 0 10010 11011000 110001 1000000

Color Harmonies of #759AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AD0

Black with #759AD0

Text Example


Text Example

White with #759AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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