#7084EA

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

Shades of Cornflower Blue #7084EA

Tints of Cornflower Blue #7084EA

Color information

#7084EA (or 0x7084EA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 84 and EA. RGB value is (112,132,234). Sum of RGB (Red+Green+Blue) = 112+132+234=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 132 (51.95% from 255 or 27.62% 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 #7084EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7084EA is #8F7B15. Grayscale: #898989. Windows color (decimal): -9403158 or 15369328. OLE color: 15369328.

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

Color convert

RGB112132234-
CMYK0.520.4400.08
HSL230.16º74.39%67.84%-
HSV(B)230.16º52.14%91.76%-
XYZ29.7825.8981.27-
YUV137.65182.37109.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.43%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=23.43%
G=27.62%
B=48.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121322340.520.4400.08230.1674.3967.84
Hex7084EA342C08e64a44
Octal1602043526454010346112104
Binary11100001000010011101010110100101100010001110011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7084EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7084EA; }

 p { color: rgb(112,132,234); }

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

<style>
 a { background-color: #7084EA; }

 a { background-color: rgb(112,132,234); }

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

<style>
 span { border-color: #7084EA; }

 span { border-color: rgb(112,132,234); }

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