#7390F2

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

Shades of Cornflower Blue #7390F2

Tints of Cornflower Blue #7390F2

Color information

#7390F2 (or 0x7390F2) is unknown color: approx Cornflower Blue. HEX triplet: 73, 90 and F2. RGB value is (115,144,242). Sum of RGB (Red+Green+Blue) = 115+144+242=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #7390F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7390F2 is #8C6F0D. Grayscale: #929292. Windows color (decimal): -9203470 or 15896691. OLE color: 15896691.

HSL color Cylindrical-coordinate representation of color #7390F2: hue angle of 226.3º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7390F2 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115144242-
CMYK0.520.4000.05
HSL226.3º83.01%70%-
HSV(B)226.3º52.48%94.9%-
XYZ33.073088.05-
YUV146.5181.89105.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.95%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 242 (94.92% from 255) = 48.30%
R=22.95%
G=28.74%
B=48.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151442420.520.4000.05226.383.0170
Hex7390F2342805e25346
Octal163220362645005342123106
Binary1110011100100001111001011010010100001011110001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7390F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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