Html Css Color HEX #759ADA Jordy Blue

📋 copy color: '#759ADA'

red 117 ◦ green 154 ◦ blue 218

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

Shades of Jordy Blue #759ADA

Tints of Jordy Blue #759ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 23.93%
G = 31.49%
B = 44.58%

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

#759ADA (or 0x759ADA) is known color: Jordy Blue. HEX triplet: 75, 9A and DA. RGB value is (117,154,218). Sum of RGB (Red+Green+Blue) = 117+154+218=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #759ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ADA is #8A6525. Grayscale: #959595. Windows color (decimal): -9069862 or 14326389. OLE color: 14326389.

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

Color convert

RGB 117 154 218 -
CMYK 0.46 0.29 0 0.15
HSL 218.02º 0.58% 0.66% -
HSV(B) 218.02º 0.46% 0.85% -
XYZ 31.55 31.96 70.83 -
YUV 150.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 117 154 218 0.46 0.29 0 0.15 218.02 0.58 0.66
Hex 75 9A DA 2E 1D 0 F DA 3A 42
Octal 165 232 332 56 35 0 17 332 72 102
Binary 1110101 10011010 11011010 101110 11101 0 1111 11011010 111010 1000010

Color Harmonies of #759ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759ADA

Black with #759ADA

Text Example


Text Example

White with #759ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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