#759BE0

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

Shades of Jordy Blue #759BE0

Tints of Jordy Blue #759BE0

Color information

#759BE0 (or 0x759BE0) is unknown color: approx Jordy Blue. HEX triplet: 75, 9B and E0. RGB value is (117,155,224). Sum of RGB (Red+Green+Blue) = 117+155+224=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #759BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BE0 is #8A641F. Grayscale: #979797. Windows color (decimal): -9069600 or 14719861. OLE color: 14719861.

HSL color Cylindrical-coordinate representation of color #759BE0: hue angle of 218.69º 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 #759BE0 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117155224-
CMYK0.480.3100.12
HSL218.69º63.31%66.86%-
HSV(B)218.69º47.77%87.84%-
XYZ32.5132.6175.1-
YUV151.5168.91103.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=23.59%
G=31.25%
B=45.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171552240.480.3100.12218.6963.3166.86
Hex759BE0301F0Cdb3f43
Octal165233340603701433377103
Binary111010110011011111000001100001111101100110110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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