#7292EF

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

Shades of Cornflower Blue #7292EF

Tints of Cornflower Blue #7292EF

Color information

#7292EF (or 0x7292EF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 92 and EF. RGB value is (114,146,239). Sum of RGB (Red+Green+Blue) = 114+146+239=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #7292EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7292EF is #8D6D10. Grayscale: #929292. Windows color (decimal): -9268497 or 15700594. OLE color: 15700594.

HSL color Cylindrical-coordinate representation of color #7292EF: hue angle of 224.64º 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 #7292EF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB114146239-
CMYK0.520.3900.06
HSL224.64º79.62%69.22%-
HSV(B)224.64º52.3%93.73%-
XYZ32.830.3785.79-
YUV147.03179.9104.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=22.85%
G=29.26%
B=47.90%

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
Decimal1141462390.520.3900.06224.6479.6269.22
Hex7292EF342706e15045
Octal162222357644706341120105
Binary1110010100100101110111111010010011101101110000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7292EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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