#7994FF

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

Shades of Cornflower Blue #7994FF

Tints of Cornflower Blue #7994FF

Color information

#7994FF (or 0x7994FF) is unknown color: approx Cornflower Blue. HEX triplet: 79, 94 and FF. RGB value is (121,148,255). Sum of RGB (Red+Green+Blue) = 121+148+255=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #7994FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7994FF is #866B00. Grayscale: #979797. Windows color (decimal): -8809217 or 16749689. OLE color: 16749689.

HSL color Cylindrical-coordinate representation of color #7994FF: hue angle of 227.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7994FF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB121148255-
CMYK0.530.4200
HSL227.91º100%73.73%-
HSV(B)227.91º52.55%100%-
XYZ36.5332.4698.95-
YUV152.12186.05105.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.09%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 255 (100% from 255) = 48.66%
R=23.09%
G=28.24%
B=48.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211482550.530.4200227.9110073.73
Hex7994FF352A00e4644a
Octal171224377655200344144112
Binary11110011001010011111111110101101010001110010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7994FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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