#759CE4

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

Shades of Jordy Blue #759CE4

Tints of Jordy Blue #759CE4

Color information

#759CE4 (or 0x759CE4) is unknown color: approx Jordy Blue. HEX triplet: 75, 9C and E4. RGB value is (117,156,228). Sum of RGB (Red+Green+Blue) = 117+156+228=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #759CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CE4 is #8A631B. Grayscale: #989898. Windows color (decimal): -9069340 or 14982261. OLE color: 14982261.

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

Color convert

RGB117156228-
CMYK0.490.3200.11
HSL218.92º67.27%67.65%-
HSV(B)218.92º48.68%89.41%-
XYZ33.2333.1678.05-
YUV152.55170.58102.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 228 (89.45% from 255) = 45.51%
R=23.35%
G=31.14%
B=45.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1171562280.490.3200.11218.9267.2767.65
Hex759CE431200Bdb4344
Octal1652343446140013333103104
Binary11101011001110011100100110001100000010111101101110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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