#7493FC

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

Shades of Cornflower Blue #7493FC

Tints of Cornflower Blue #7493FC

Color information

#7493FC (or 0x7493FC) is unknown color: approx Cornflower Blue. HEX triplet: 74, 93 and FC. RGB value is (116,147,252). Sum of RGB (Red+Green+Blue) = 116+147+252=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #7493FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7493FC is #8B6C03. Grayscale: #959595. Windows color (decimal): -9137156 or 16552820. OLE color: 16552820.

HSL color Cylindrical-coordinate representation of color #7493FC: hue angle of 226.32º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7493FC is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116147252-
CMYK0.540.4200.01
HSL226.32º95.77%72.16%-
HSV(B)226.32º53.97%98.82%-
XYZ35.2131.6196.34-
YUV149.7185.73103.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.52%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=22.52%
G=28.54%
B=48.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161472520.540.4200.01226.3295.7772.16
Hex7493FC362A01e26048
Octal164223374665201342140110
Binary11101001001001111111100110110101010011110001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7493FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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