#759AD4

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

Shades of Jordy Blue #759AD4

Tints of Jordy Blue #759AD4

Color information

#759AD4 (or 0x759AD4) is unknown color: approx Jordy Blue. HEX triplet: 75, 9A and D4. RGB value is (117,154,212). Sum of RGB (Red+Green+Blue) = 117+154+212=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #759AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD4 is #8A652B. Grayscale: #959595. Windows color (decimal): -9069868 or 13933173. OLE color: 13933173.

HSL color Cylindrical-coordinate representation of color #759AD4: hue angle of 216.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759AD4 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117154212-
CMYK0.450.2700.17
HSL216.63º52.49%64.51%-
HSV(B)216.63º44.81%83.14%-
XYZ30.7831.6566.77-
YUV149.55163.24104.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.22%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 212 (83.20% from 255) = 43.89%
R=24.22%
G=31.88%
B=43.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171542120.450.2700.17216.6352.4964.51
Hex759AD42D1B011d93441
Octal165232324553302133164101
Binary1110101100110101101010010110111011010001110110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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