#759ADD

Color #759ADD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #759ADD

Tints of Jordy Blue #759ADD

Color information

#759ADD (or 0x759ADD) is unknown color: approx Jordy Blue. HEX triplet: 75, 9A and DD. RGB value is (117,154,221). Sum of RGB (Red+Green+Blue) = 117+154+221=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #759ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ADD is #8A6522. Grayscale: #969696. Windows color (decimal): -9069859 or 14522997. OLE color: 14522997.

HSL color Cylindrical-coordinate representation of color #759ADD: hue angle of 218.65º degrees, saturation: 0.6, 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 #759ADD is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117154221-
CMYK0.470.3000.13
HSL218.65º60.47%66.27%-
HSV(B)218.65º47.06%86.67%-
XYZ31.9432.1172.92-
YUV150.57167.74104.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=23.78%
G=31.30%
B=44.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171542210.470.3000.13218.6560.4766.27
Hex759ADD2F1E0Ddb3c42
Octal165232335573601533374102
Binary111010110011010110111011011111111001101110110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #759ADD;
 }
 .AnyTagClassName
 {
   color: #759ADD;
 }
</style>
background-color css

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

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

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

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

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

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