#759DE0

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

Shades of Jordy Blue #759DE0

Tints of Jordy Blue #759DE0

Color information

#759DE0 (or 0x759DE0) is unknown color: approx Jordy Blue. HEX triplet: 75, 9D and E0. RGB value is (117,157,224). Sum of RGB (Red+Green+Blue) = 117+157+224=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #759DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DE0 is #8A621F. Grayscale: #989898. Windows color (decimal): -9069088 or 14720373. OLE color: 14720373.

HSL color Cylindrical-coordinate representation of color #759DE0: hue angle of 217.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759DE0 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117157224-
CMYK0.480.3000.12
HSL217.57º63.31%66.86%-
HSV(B)217.57º47.77%87.84%-
XYZ32.8533.2875.21-
YUV152.68168.25102.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 224 (87.89% from 255) = 44.98%
R=23.49%
G=31.53%
B=44.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171572240.480.3000.12217.5763.3166.86
Hex759DE0301E0Cda3f43
Octal165235340603601433277103
Binary111010110011101111000001100001111001100110110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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