#7084FA

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

Shades of Cornflower Blue #7084FA

Tints of Cornflower Blue #7084FA

Color information

#7084FA (or 0x7084FA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 84 and FA. RGB value is (112,132,250). Sum of RGB (Red+Green+Blue) = 112+132+250=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #7084FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7084FA is #8F7B05. Grayscale: #8A8A8A. Windows color (decimal): -9403142 or 16417904. OLE color: 16417904.

HSL color Cylindrical-coordinate representation of color #7084FA: hue angle of 231.3º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7084FA is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112132250-
CMYK0.550.4700.02
HSL231.3º93.24%70.98%-
HSV(B)231.3º55.2%98.04%-
XYZ32.1926.8593.93-
YUV139.47190.37108.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 250 (98.05% from 255) = 50.61%
R=22.67%
G=26.72%
B=50.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121322500.550.4700.02231.393.2470.98
Hex7084FA372F02e75d47
Octal160204372675702347135107
Binary111000010000100111110101101111011110101110011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7084FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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