#7090FF

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

Shades of Cornflower Blue #7090FF

Tints of Cornflower Blue #7090FF

Color information

#7090FF (or 0x7090FF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 90 and FF. RGB value is (112,144,255). Sum of RGB (Red+Green+Blue) = 112+144+255=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #7090FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7090FF is #8F6F00. Grayscale: #929292. Windows color (decimal): -9400065 or 16748656. OLE color: 16748656.

HSL color Cylindrical-coordinate representation of color #7090FF: hue angle of 226.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7090FF is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112144255-
CMYK0.560.4400
HSL226.57º100%71.96%-
HSV(B)226.57º56.08%100%-
XYZ34.7130.6198.69-
YUV147.09188.9102.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.92%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 255 (100% from 255) = 49.90%
R=21.92%
G=28.18%
B=49.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121442550.560.4400226.5710071.96
Hex7090FF382C00e36448
Octal160220377705400343144110
Binary11100001001000011111111111000101100001110001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7090FF; }

 p { color: rgb(112,144,255); }

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

<style>
 a { background-color: #7090FF; }

 a { background-color: rgb(112,144,255); }

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

<style>
 span { border-color: #7090FF; }

 span { border-color: rgb(112,144,255); }

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