#7294FF

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

Shades of Cornflower Blue #7294FF

Tints of Cornflower Blue #7294FF

Color information

#7294FF (or 0x7294FF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 94 and FF. RGB value is (114,148,255). Sum of RGB (Red+Green+Blue) = 114+148+255=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7294FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7294FF is #8D6B00. Grayscale: #959595. Windows color (decimal): -9267969 or 16749682. OLE color: 16749682.

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

Color convert

RGB114148255-
CMYK0.550.4200
HSL225.53º100%72.35%-
HSV(B)225.53º55.29%100%-
XYZ35.5831.9898.9-
YUV150.03187.24102.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.05%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 255 (100% from 255) = 49.32%
R=22.05%
G=28.63%
B=49.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141482550.550.4200225.5310072.35
Hex7294FF372A00e26448
Octal162224377675200342144110
Binary11100101001010011111111110111101010001110001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7294FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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