#7293DE

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

Shades of Cornflower Blue #7293DE

Tints of Cornflower Blue #7293DE

Color information

#7293DE (or 0x7293DE) is unknown color: approx Cornflower Blue. HEX triplet: 72, 93 and DE. RGB value is (114,147,222). Sum of RGB (Red+Green+Blue) = 114+147+222=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #7293DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7293DE is #8D6C21. Grayscale: #919191. Windows color (decimal): -9268258 or 14586738. OLE color: 14586738.

HSL color Cylindrical-coordinate representation of color #7293DE: hue angle of 221.67º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7293DE is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114147222-
CMYK0.490.3400.13
HSL221.67º62.07%65.88%-
HSV(B)221.67º48.65%87.06%-
XYZ30.5629.7273.23-
YUV145.68171.07105.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=23.60%
G=30.43%
B=45.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141472220.490.3400.13221.6762.0765.88
Hex7293DE31220Dde3e42
Octal162223336614201533676102
Binary1110010100100111101111011000110001001101110111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7293DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7293DE; }

 p { color: rgb(114,147,222); }

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

<style>
 a { background-color: #7293DE; }

 a { background-color: rgb(114,147,222); }

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

<style>
 span { border-color: #7293DE; }

 span { border-color: rgb(114,147,222); }

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