#7280EB

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

Shades of Cornflower Blue #7280EB

Tints of Cornflower Blue #7280EB

Color information

#7280EB (or 0x7280EB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 80 and EB. RGB value is (114,128,235). Sum of RGB (Red+Green+Blue) = 114+128+235=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #7280EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7280EB is #8D7F14. Grayscale: #878787. Windows color (decimal): -9273109 or 15433842. OLE color: 15433842.

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

Color convert

RGB114128235-
CMYK0.510.4600.08
HSL233.06º75.16%68.43%-
HSV(B)233.06º51.49%92.16%-
XYZ29.6525.0181.86-
YUV136.01183.86112.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 235 (92.19% from 255) = 49.27%
R=23.90%
G=26.83%
B=49.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141282350.510.4600.08233.0675.1668.43
Hex7280EB332E08e94b44
Octal1622003536356010351113104
Binary11100101000000011101011110011101110010001110100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7280EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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