#759DE7

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

Shades of Jordy Blue #759DE7

Tints of Jordy Blue #759DE7

Color information

#759DE7 (or 0x759DE7) is unknown color: approx Jordy Blue. HEX triplet: 75, 9D and E7. RGB value is (117,157,231). Sum of RGB (Red+Green+Blue) = 117+157+231=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #759DE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759DE7 is #8A6218. Grayscale: #999999. Windows color (decimal): -9069081 or 15179125. OLE color: 15179125.

HSL color Cylindrical-coordinate representation of color #759DE7: hue angle of 218.95º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #759DE7 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117157231-
CMYK0.490.3200.09
HSL218.95º70.37%68.24%-
HSV(B)218.95º49.35%90.59%-
XYZ33.8233.6780.32-
YUV153.48171.75101.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.17%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 231 (90.62% from 255) = 45.74%
R=23.17%
G=31.09%
B=45.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171572310.490.3200.09218.9570.3768.24
Hex759DE7312009db4644
Octal1652353476140011333106104
Binary11101011001110111100111110001100000010011101101110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,157,231); }

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

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

 a { background-color: rgb(117,157,231); }

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

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

 span { border-color: rgb(117,157,231); }

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