#7282EB

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

Shades of Cornflower Blue #7282EB

Tints of Cornflower Blue #7282EB

Color information

#7282EB (or 0x7282EB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 82 and EB. RGB value is (114,130,235). Sum of RGB (Red+Green+Blue) = 114+130+235=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #7282EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7282EB is #8D7D14. Grayscale: #888888. Windows color (decimal): -9272597 or 15434354. OLE color: 15434354.

HSL color Cylindrical-coordinate representation of color #7282EB: hue angle of 232.07º degrees, saturation: 0.75, 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 #7282EB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114130235-
CMYK0.510.4500.08
HSL232.07º75.16%68.43%-
HSV(B)232.07º51.49%92.16%-
XYZ29.9225.5481.95-
YUV137.19183.2111.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.80%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=23.80%
G=27.14%
B=49.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141302350.510.4500.08232.0775.1668.43
Hex7282EB332D08e84b44
Octal1622023536355010350113104
Binary11100101000001011101011110011101101010001110100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7282EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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