#7282ea

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

Shades of Cornflower Blue #7282EA

Tints of Cornflower Blue #7282EA

Color information

#7282EA (or 0x7282EA) is unknown color: approx Cornflower Blue. HEX triplet: 72, 82 and EA. RGB value is (114,130,234). Sum of RGB (Red+Green+Blue) = 114+130+234=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #7282EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7282EA is #8D7D15. Grayscale: #888888. Windows color (decimal): -9272598 or 15368818. OLE color: 15368818.

HSL color Cylindrical-coordinate representation of color #7282EA: hue angle of 232º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7282EA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114130234-
CMYK0.510.4400.08
HSL232º74.07%68.24%-
HSV(B)232º51.28%91.76%-
XYZ29.7725.4881.19-
YUV137.07182.7111.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=23.85%
G=27.20%
B=48.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141302340.510.4400.0823274.0768.24
Hex7282EA332C08e84a44
Octal1622023526354010350112104
Binary11100101000001011101010110011101100010001110100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7282ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7282ea; }

 p { color: rgb(114,130,234); }

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

<style>
 a { background-color: #7282ea; }

 a { background-color: rgb(114,130,234); }

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

<style>
 span { border-color: #7282ea; }

 span { border-color: rgb(114,130,234); }

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