#7294E8

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

Shades of Cornflower Blue #7294E8

Tints of Cornflower Blue #7294E8

Color information

#7294E8 (or 0x7294E8) is unknown color: approx Cornflower Blue. HEX triplet: 72, 94 and E8. RGB value is (114,148,232). Sum of RGB (Red+Green+Blue) = 114+148+232=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #7294E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7294E8 is #8D6B17. Grayscale: #939393. Windows color (decimal): -9267992 or 15242354. OLE color: 15242354.

HSL color Cylindrical-coordinate representation of color #7294E8: hue angle of 222.71º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7294E8 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114148232-
CMYK0.510.3600.09
HSL222.71º71.95%67.84%-
HSV(B)222.71º50.86%90.98%-
XYZ32.0930.5880.56-
YUV147.41175.74104.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.08%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 232 (91.02% from 255) = 46.96%
R=23.08%
G=29.96%
B=46.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141482320.510.3600.09222.7171.9567.84
Hex7294E8332409df4844
Octal1622243506344011337110104
Binary11100101001010011101000110011100100010011101111110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7294E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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