#7493E1

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

Shades of Cornflower Blue #7493E1

Tints of Cornflower Blue #7493E1

Color information

#7493E1 (or 0x7493E1) is unknown color: approx Cornflower Blue. HEX triplet: 74, 93 and E1. RGB value is (116,147,225). Sum of RGB (Red+Green+Blue) = 116+147+225=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #7493E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493E1 is #8B6C1E. Grayscale: #929292. Windows color (decimal): -9137183 or 14783348. OLE color: 14783348.

HSL color Cylindrical-coordinate representation of color #7493E1: hue angle of 222.94º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7493E1 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116147225-
CMYK0.480.3500.12
HSL222.94º64.5%66.86%-
HSV(B)222.94º48.44%88.24%-
XYZ31.2330.0275.38-
YUV146.62172.23106.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.77%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 225 (88.28% from 255) = 46.11%
R=23.77%
G=30.12%
B=46.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161472250.480.3500.12222.9464.566.86
Hex7493E130230Cdf4043
Octal1642233416043014337100103
Binary11101001001001111100001110000100011011001101111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7493E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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