#759EFA

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

Shades of Cornflower Blue #759EFA

Tints of Cornflower Blue #759EFA

Color information

#759EFA (or 0x759EFA) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9E and FA. RGB value is (117,158,250). Sum of RGB (Red+Green+Blue) = 117+158+250=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #759EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EFA is #8A6105. Grayscale: #9B9B9B. Windows color (decimal): -9068806 or 16424565. OLE color: 16424565.

HSL color Cylindrical-coordinate representation of color #759EFA: hue angle of 221.5º 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 #759EFA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117158250-
CMYK0.530.3700.02
HSL221.5º93.01%71.96%-
HSV(B)221.5º53.2%98.04%-
XYZ36.8235.1495.28-
YUV156.23180.92100.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=22.29%
G=30.10%
B=47.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171582500.530.3700.02221.593.0171.96
Hex759EFA352502de5d48
Octal165236372654502336135110
Binary111010110011110111110101101011001010101101111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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