#759CE6

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

Shades of Jordy Blue #759CE6

Tints of Jordy Blue #759CE6

Color information

#759CE6 (or 0x759CE6) is unknown color: approx Jordy Blue. HEX triplet: 75, 9C and E6. RGB value is (117,156,230). Sum of RGB (Red+Green+Blue) = 117+156+230=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #759CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CE6 is #8A6319. Grayscale: #989898. Windows color (decimal): -9069338 or 15113333. OLE color: 15113333.

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

Color convert

RGB117156230-
CMYK0.490.3200.10
HSL219.29º69.33%68.04%-
HSV(B)219.29º49.13%90.2%-
XYZ33.5133.2779.52-
YUV152.77171.58102.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.26%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 230 (90.23% from 255) = 45.73%
R=23.26%
G=31.01%
B=45.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1171562300.490.3200.10219.2969.3368.04
Hex759CE631200Adb4544
Octal1652343466140012333105104
Binary11101011001110011100110110001100000010101101101110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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