#7493F9

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

Shades of Cornflower Blue #7493F9

Tints of Cornflower Blue #7493F9

Color information

#7493F9 (or 0x7493F9) is unknown color: approx Cornflower Blue. HEX triplet: 74, 93 and F9. RGB value is (116,147,249). Sum of RGB (Red+Green+Blue) = 116+147+249=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #7493F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7493F9 is #8B6C06. Grayscale: #949494. Windows color (decimal): -9137159 or 16356212. OLE color: 16356212.

HSL color Cylindrical-coordinate representation of color #7493F9: hue angle of 226.02º degrees, saturation: 0.92, 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 #7493F9 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116147249-
CMYK0.530.4100.02
HSL226.02º91.72%71.57%-
HSV(B)226.02º53.41%97.65%-
XYZ34.7431.4293.86-
YUV149.36184.23104.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.66%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=22.66%
G=28.71%
B=48.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161472490.530.4100.02226.0291.7271.57
Hex7493F9352902e25c48
Octal164223371655102342134110
Binary111010010010011111110011101011010010101110001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7493F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7493F9; }

 p { color: rgb(116,147,249); }

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

<style>
 a { background-color: #7493F9; }

 a { background-color: rgb(116,147,249); }

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

<style>
 span { border-color: #7493F9; }

 span { border-color: rgb(116,147,249); }

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