#759FFA

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

Shades of Cornflower Blue #759FFA

Tints of Cornflower Blue #759FFA

Color information

#759FFA (or 0x759FFA) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9F and FA. RGB value is (117,159,250). Sum of RGB (Red+Green+Blue) = 117+159+250=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #759FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FFA is #8A6005. Grayscale: #9C9C9C. Windows color (decimal): -9068550 or 16424821. OLE color: 16424821.

HSL color Cylindrical-coordinate representation of color #759FFA: hue angle of 221.05º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #759FFA is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117159250-
CMYK0.530.3600.02
HSL221.05º93.01%71.96%-
HSV(B)221.05º53.2%98.04%-
XYZ36.9935.4895.34-
YUV156.82180.5999.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.24%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=22.24%
G=30.23%
B=47.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171592500.530.3600.02221.0593.0171.96
Hex759FFA352402dd5d48
Octal165237372654402335135110
Binary111010110011111111110101101011001000101101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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