#759FFF

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

Shades of Cornflower Blue #759FFF

Tints of Cornflower Blue #759FFF

Color information

#759FFF (or 0x759FFF) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9F and FF. RGB value is (117,159,255). Sum of RGB (Red+Green+Blue) = 117+159+255=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #759FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FFF is #8A6000. Grayscale: #9C9C9C. Windows color (decimal): -9068545 or 16752501. OLE color: 16752501.

HSL color Cylindrical-coordinate representation of color #759FFF: hue angle of 221.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #759FFF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB117159255-
CMYK0.540.3800
HSL221.74º100%72.94%-
HSV(B)221.74º54.12%100%-
XYZ37.7835.899.53-
YUV157.39183.0999.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 255 (100% from 255) = 48.02%
R=22.03%
G=29.94%
B=48.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1171592550.540.3800221.7410072.94
Hex759FFF362600de6449
Octal165237377664600336144111
Binary11101011001111111111111110110100110001101111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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