#7284EB

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

Shades of Cornflower Blue #7284EB

Tints of Cornflower Blue #7284EB

Color information

#7284EB (or 0x7284EB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 84 and EB. RGB value is (114,132,235). Sum of RGB (Red+Green+Blue) = 114+132+235=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #7284EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7284EB is #8D7B14. Grayscale: #898989. Windows color (decimal): -9272085 or 15434866. OLE color: 15434866.

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

Color convert

RGB114132235-
CMYK0.510.4400.08
HSL231.07º75.16%68.43%-
HSV(B)231.07º51.49%92.16%-
XYZ30.1926.0882.04-
YUV138.36182.54110.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.70%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=23.70%
G=27.44%
B=48.86%

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
Decimal1141322350.510.4400.08231.0775.1668.43
Hex7284EB332C08e74b44
Octal1622043536354010347113104
Binary11100101000010011101011110011101100010001110011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7284EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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