#7190E0

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

Shades of Cornflower Blue #7190E0

Tints of Cornflower Blue #7190E0

Color information

#7190E0 (or 0x7190E0) is unknown color: approx Cornflower Blue. HEX triplet: 71, 90 and E0. RGB value is (113,144,224). Sum of RGB (Red+Green+Blue) = 113+144+224=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #7190E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190E0 is #8E6F1F. Grayscale: #8F8F8F. Windows color (decimal): -9334560 or 14717041. OLE color: 14717041.

HSL color Cylindrical-coordinate representation of color #7190E0: hue angle of 223.24º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7190E0 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113144224-
CMYK0.500.3600.12
HSL223.24º64.16%66.08%-
HSV(B)223.24º49.55%87.84%-
XYZ30.2428.8474.49-
YUV143.85173.23106-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.49%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 224 (87.89% from 255) = 46.57%
R=23.49%
G=29.94%
B=46.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131442240.500.3600.12223.2464.1666.08
Hex7190E032240Cdf4042
Octal1612203406244014337100102
Binary11100011001000011100000110010100100011001101111110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7190E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7190E0; }

 p { color: rgb(113,144,224); }

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

<style>
 a { background-color: #7190E0; }

 a { background-color: rgb(113,144,224); }

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

<style>
 span { border-color: #7190E0; }

 span { border-color: rgb(113,144,224); }

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