#759FE3

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

Shades of Jordy Blue #759FE3

Tints of Jordy Blue #759FE3

Color information

#759FE3 (or 0x759FE3) is unknown color: approx Jordy Blue. HEX triplet: 75, 9F and E3. RGB value is (117,159,227). Sum of RGB (Red+Green+Blue) = 117+159+227=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #759FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FE3 is #8A601C. Grayscale: #999999. Windows color (decimal): -9068573 or 14917493. OLE color: 14917493.

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

Color convert

RGB117159227-
CMYK0.480.3000.11
HSL217.09º66.27%67.45%-
HSV(B)217.09º48.46%89.02%-
XYZ33.634.1277.49-
YUV154.19169.09101.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.26%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 227 (89.06% from 255) = 45.13%
R=23.26%
G=31.61%
B=45.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1171592270.480.3000.11217.0966.2767.45
Hex759FE3301E0Bd94243
Octal1652373436036013331102103
Binary1110101100111111110001111000011110010111101100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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