#7294FC

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

Shades of Cornflower Blue #7294FC

Tints of Cornflower Blue #7294FC

Color information

#7294FC (or 0x7294FC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 94 and FC. RGB value is (114,148,252). Sum of RGB (Red+Green+Blue) = 114+148+252=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #7294FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7294FC is #8D6B03. Grayscale: #959595. Windows color (decimal): -9267972 or 16553074. OLE color: 16553074.

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

Color convert

RGB114148252-
CMYK0.550.4100.01
HSL225.22º95.83%71.76%-
HSV(B)225.22º54.76%98.82%-
XYZ35.131.7996.38-
YUV149.69185.74102.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.18%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=22.18%
G=28.79%
B=49.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141482520.550.4100.01225.2295.8371.76
Hex7294FC372901e16048
Octal162224374675101341140110
Binary11100101001010011111100110111101001011110000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7294FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,148,252); }

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

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

 a { background-color: rgb(114,148,252); }

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

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

 span { border-color: rgb(114,148,252); }

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