#7291EF

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

Shades of Cornflower Blue #7291EF

Tints of Cornflower Blue #7291EF

Color information

#7291EF (or 0x7291EF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 91 and EF. RGB value is (114,145,239). Sum of RGB (Red+Green+Blue) = 114+145+239=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #7291EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7291EF is #8D6E10. Grayscale: #929292. Windows color (decimal): -9268753 or 15700338. OLE color: 15700338.

HSL color Cylindrical-coordinate representation of color #7291EF: hue angle of 225.12º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7291EF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB114145239-
CMYK0.520.3900.06
HSL225.12º79.62%69.22%-
HSV(B)225.12º52.3%93.73%-
XYZ32.6430.0685.74-
YUV146.45180.23104.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 239 (93.75% from 255) = 47.99%
R=22.89%
G=29.12%
B=47.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1141452390.520.3900.06225.1279.6269.22
Hex7291EF342706e15045
Octal162221357644706341120105
Binary1110010100100011110111111010010011101101110000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7291EF; }

 p { color: rgb(114,145,239); }

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

<style>
 a { background-color: #7291EF; }

 a { background-color: rgb(114,145,239); }

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

<style>
 span { border-color: #7291EF; }

 span { border-color: rgb(114,145,239); }

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