#7390FA

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

Shades of Cornflower Blue #7390FA

Tints of Cornflower Blue #7390FA

Color information

#7390FA (or 0x7390FA) is unknown color: approx Cornflower Blue. HEX triplet: 73, 90 and FA. RGB value is (115,144,250). Sum of RGB (Red+Green+Blue) = 115+144+250=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #7390FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7390FA is #8C6F05. Grayscale: #929292. Windows color (decimal): -9203462 or 16420979. OLE color: 16420979.

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

Color convert

RGB115144250-
CMYK0.540.4200.02
HSL227.11º93.1%71.57%-
HSV(B)227.11º54%98.04%-
XYZ34.330.4994.52-
YUV147.41185.89104.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.59%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=22.59%
G=28.29%
B=49.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1151442500.540.4200.02227.1193.171.57
Hex7390FA362A02e35d48
Octal163220372665202343135110
Binary111001110010000111110101101101010100101110001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7390FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7390FA; }

 p { color: rgb(115,144,250); }

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

<style>
 a { background-color: #7390FA; }

 a { background-color: rgb(115,144,250); }

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

<style>
 span { border-color: #7390FA; }

 span { border-color: rgb(115,144,250); }

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