#7180E1

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

Shades of Cornflower Blue #7180E1

Tints of Cornflower Blue #7180E1

Color information

#7180E1 (or 0x7180E1) is unknown color: approx Cornflower Blue. HEX triplet: 71, 80 and E1. RGB value is (113,128,225). Sum of RGB (Red+Green+Blue) = 113+128+225=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #7180E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7180E1 is #8E7F1E. Grayscale: #868686. Windows color (decimal): -9338655 or 14778481. OLE color: 14778481.

HSL color Cylindrical-coordinate representation of color #7180E1: hue angle of 231.96º degrees, saturation: 0.65, 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 #7180E1 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113128225-
CMYK0.500.4300.12
HSL231.96º65.12%66.27%-
HSV(B)231.96º49.78%88.24%-
XYZ28.1224.3974.46-
YUV134.57179.03112.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 225 (88.28% from 255) = 48.28%
R=24.25%
G=27.47%
B=48.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131282250.500.4300.12231.9665.1266.27
Hex7180E1322B0Ce84142
Octal1612003416253014350101102
Binary11100011000000011100001110010101011011001110100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7180E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7180E1; }

 p { color: rgb(113,128,225); }

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

<style>
 a { background-color: #7180E1; }

 a { background-color: rgb(113,128,225); }

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

<style>
 span { border-color: #7180E1; }

 span { border-color: rgb(113,128,225); }

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