Html Css Color HEX #759ADE Jordy Blue

📋 copy color: '#759ADE'

red 117 ◦ green 154 ◦ blue 222

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

Shades of Jordy Blue #759ADE

Tints of Jordy Blue #759ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 23.73%
G = 31.24%
B = 45.03%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759ADE (or 0x759ADE) is known color: Jordy Blue. HEX triplet: 75, 9A and DE. RGB value is (117,154,222). Sum of RGB (Red+Green+Blue) = 117+154+222=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #759ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ADE is #8A6521. Grayscale: #969696. Windows color (decimal): -9069858 or 14588533. OLE color: 14588533.

HSL color Cylindrical-coordinate representation of color #759ADE: hue angle of 218.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #759ADE is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 154 222 -
CMYK 0.47 0.31 0 0.13
HSL 218.86º 0.61% 0.66% -
HSV(B) 218.86º 0.47% 0.87% -
XYZ 32.08 32.17 73.63 -
YUV 150.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 117 154 222 0.47 0.31 0 0.13 218.86 0.61 0.66
Hex 75 9A DE 2F 1F 0 D DB 3D 42
Octal 165 232 336 57 37 0 15 333 75 102
Binary 1110101 10011010 11011110 101111 11111 0 1101 11011011 111101 1000010

Color Harmonies of #759ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759ADE

Black with #759ADE

Text Example


Text Example

White with #759ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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