#7292E9

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

Shades of Cornflower Blue #7292E9

Tints of Cornflower Blue #7292E9

Color information

#7292E9 (or 0x7292E9) is unknown color: approx Cornflower Blue. HEX triplet: 72, 92 and E9. RGB value is (114,146,233). Sum of RGB (Red+Green+Blue) = 114+146+233=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #7292E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7292E9 is #8D6D16. Grayscale: #919191. Windows color (decimal): -9268503 or 15307378. OLE color: 15307378.

HSL color Cylindrical-coordinate representation of color #7292E9: hue angle of 223.87º degrees, saturation: 0.73, 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 #7292E9 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114146233-
CMYK0.510.3700.09
HSL223.87º73.01%68.04%-
HSV(B)223.87º51.07%91.37%-
XYZ31.9330.0281.2-
YUV146.35176.9104.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 233 (91.41% from 255) = 47.26%
R=23.12%
G=29.61%
B=47.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141462330.510.3700.09223.8773.0168.04
Hex7292E9332509e04944
Octal1622223516345011340111104
Binary11100101001001011101001110011100101010011110000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7292E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7292E9; }

 p { color: rgb(114,146,233); }

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

<style>
 a { background-color: #7292E9; }

 a { background-color: rgb(114,146,233); }

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

<style>
 span { border-color: #7292E9; }

 span { border-color: rgb(114,146,233); }

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