#7285EC

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

Shades of Cornflower Blue #7285EC

Tints of Cornflower Blue #7285EC

Color information

#7285EC (or 0x7285EC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 85 and EC. RGB value is (114,133,236). Sum of RGB (Red+Green+Blue) = 114+133+236=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #7285EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7285EC is #8D7A13. Grayscale: #8A8A8A. Windows color (decimal): -9271828 or 15500658. OLE color: 15500658.

HSL color Cylindrical-coordinate representation of color #7285EC: hue angle of 230.66º 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 #7285EC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114133236-
CMYK0.520.4400.07
HSL230.66º76.25%68.63%-
HSV(B)230.66º51.69%92.55%-
XYZ30.4726.4182.85-
YUV139.06182.71110.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=23.60%
G=27.54%
B=48.86%

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
Decimal1141332360.520.4400.07230.6676.2568.63
Hex7285EC342C07e74c45
Octal162205354645407347114105
Binary1110010100001011110110011010010110001111110011110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7285EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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