#7291E3

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

Shades of Cornflower Blue #7291E3

Tints of Cornflower Blue #7291E3

Color information

#7291E3 (or 0x7291E3) is unknown color: approx Cornflower Blue. HEX triplet: 72, 91 and E3. RGB value is (114,145,227). Sum of RGB (Red+Green+Blue) = 114+145+227=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #7291E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7291E3 is #8D6E1C. Grayscale: #909090. Windows color (decimal): -9268765 or 14913906. OLE color: 14913906.

HSL color Cylindrical-coordinate representation of color #7291E3: hue angle of 223.54º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7291E3 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114145227-
CMYK0.500.3600.11
HSL223.54º66.86%66.86%-
HSV(B)223.54º49.78%89.02%-
XYZ30.9329.3776.71-
YUV145.08174.23105.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 227 (89.06% from 255) = 46.71%
R=23.46%
G=29.84%
B=46.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141452270.500.3600.11223.5466.8666.86
Hex7291E332240Be04343
Octal1622213436244013340103103
Binary11100101001000111100011110010100100010111110000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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