#7994FA

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

Shades of Cornflower Blue #7994FA

Tints of Cornflower Blue #7994FA

Color information

#7994FA (or 0x7994FA) is unknown color: approx Cornflower Blue. HEX triplet: 79, 94 and FA. RGB value is (121,148,250). Sum of RGB (Red+Green+Blue) = 121+148+250=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #7994FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7994FA is #866B05. Grayscale: #979797. Windows color (decimal): -8809222 or 16422009. OLE color: 16422009.

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

Color convert

RGB121148250-
CMYK0.520.4100.02
HSL227.44º92.81%72.75%-
HSV(B)227.44º51.6%98.04%-
XYZ35.7332.1594.76-
YUV151.56183.55106.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.31%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=23.31%
G=28.52%
B=48.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211482500.520.4100.02227.4492.8172.75
Hex7994FA342902e35d49
Octal171224372645102343135111
Binary111100110010100111110101101001010010101110001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7994FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,148,250); }

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

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

 a { background-color: rgb(121,148,250); }

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

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

 span { border-color: rgb(121,148,250); }

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