#7794FA

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

Shades of Cornflower Blue #7794FA

Tints of Cornflower Blue #7794FA

Color information

#7794FA (or 0x7794FA) is unknown color: approx Cornflower Blue. HEX triplet: 77, 94 and FA. RGB value is (119,148,250). Sum of RGB (Red+Green+Blue) = 119+148+250=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #7794FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7794FA is #886B05. Grayscale: #969696. Windows color (decimal): -8940294 or 16422007. OLE color: 16422007.

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

Color convert

RGB119148250-
CMYK0.520.4100.02
HSL226.72º92.91%72.35%-
HSV(B)226.72º52.4%98.04%-
XYZ35.453294.75-
YUV150.96183.89105.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.02%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=23.02%
G=28.63%
B=48.36%

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
Decimal1191482500.520.4100.02226.7292.9172.35
Hex7794FA342902e35d48
Octal167224372645102343135110
Binary111011110010100111110101101001010010101110001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7794FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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