#7283EC

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

Shades of Cornflower Blue #7283EC

Tints of Cornflower Blue #7283EC

Color information

#7283EC (or 0x7283EC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 83 and EC. RGB value is (114,131,236). Sum of RGB (Red+Green+Blue) = 114+131+236=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #7283EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7283EC is #8D7C13. Grayscale: #898989. Windows color (decimal): -9272340 or 15500146. OLE color: 15500146.

HSL color Cylindrical-coordinate representation of color #7283EC: hue angle of 231.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7283EC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114131236-
CMYK0.520.4400.07
HSL231.64º76.25%68.63%-
HSV(B)231.64º51.69%92.55%-
XYZ30.225.8782.76-
YUV137.89183.37110.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.70%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=23.70%
G=27.23%
B=49.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141312360.520.4400.07231.6476.2568.63
Hex7283EC342C07e84c45
Octal162203354645407350114105
Binary1110010100000111110110011010010110001111110100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7283EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7283EC; }

 p { color: rgb(114,131,236); }

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

<style>
 a { background-color: #7283EC; }

 a { background-color: rgb(114,131,236); }

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

<style>
 span { border-color: #7283EC; }

 span { border-color: rgb(114,131,236); }

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