#759DE3

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

Shades of Jordy Blue #759DE3

Tints of Jordy Blue #759DE3

Color information

#759DE3 (or 0x759DE3) is unknown color: approx Jordy Blue. HEX triplet: 75, 9D and E3. RGB value is (117,157,227). Sum of RGB (Red+Green+Blue) = 117+157+227=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #759DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DE3 is #8A621C. Grayscale: #989898. Windows color (decimal): -9069085 or 14916981. OLE color: 14916981.

HSL color Cylindrical-coordinate representation of color #759DE3: hue angle of 218.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759DE3 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117157227-
CMYK0.480.3100.11
HSL218.18º66.27%67.45%-
HSV(B)218.18º48.46%89.02%-
XYZ33.2633.4477.38-
YUV153.02169.75102.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 227 (89.06% from 255) = 45.31%
R=23.35%
G=31.34%
B=45.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1171572270.480.3100.11218.1866.2767.45
Hex759DE3301F0Bda4243
Octal1652353436037013332102103
Binary1110101100111011110001111000011111010111101101010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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