#759ad3

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

Shades of Jordy Blue #759AD3

Tints of Jordy Blue #759AD3

Color information

#759AD3 (or 0x759AD3) is unknown color: approx Jordy Blue. HEX triplet: 75, 9A and D3. RGB value is (117,154,211). Sum of RGB (Red+Green+Blue) = 117+154+211=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #759AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AD3 is #8A652C. Grayscale: #959595. Windows color (decimal): -9069869 or 13867637. OLE color: 13867637.

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

Color convert

RGB117154211-
CMYK0.450.2700.17
HSL216.38º51.65%64.31%-
HSV(B)216.38º44.55%82.75%-
XYZ30.6531.666.11-
YUV149.44162.74104.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 211 (82.81% from 255) = 43.78%
R=24.27%
G=31.95%
B=43.78%

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
Decimal1171542110.450.2700.17216.3851.6564.31
Hex759AD32D1B011d83440
Octal165232323553302133064100
Binary1110101100110101101001110110111011010001110110001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759ad3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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