#759CDE

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

Shades of Jordy Blue #759CDE

Tints of Jordy Blue #759CDE

Color information

#759CDE (or 0x759CDE) is unknown color: approx Jordy Blue. HEX triplet: 75, 9C and DE. RGB value is (117,156,222). Sum of RGB (Red+Green+Blue) = 117+156+222=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #759CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CDE is #8A6321. Grayscale: #979797. Windows color (decimal): -9069346 or 14589045. OLE color: 14589045.

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

Color convert

RGB117156222-
CMYK0.470.3000.13
HSL217.71º61.4%66.47%-
HSV(B)217.71º47.3%87.06%-
XYZ32.4132.8373.74-
YUV151.86167.58103.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.64%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=23.64%
G=31.52%
B=44.85%

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
Decimal1171562220.470.3000.13217.7161.466.47
Hex759CDE2F1E0Dda3d42
Octal165234336573601533275102
Binary111010110011100110111101011111111001101110110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,156,222); }

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

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

 a { background-color: rgb(117,156,222); }

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

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

 span { border-color: rgb(117,156,222); }

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