#7180E3

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

Shades of Cornflower Blue #7180E3

Tints of Cornflower Blue #7180E3

Color information

#7180E3 (or 0x7180E3) is unknown color: approx Cornflower Blue. HEX triplet: 71, 80 and E3. RGB value is (113,128,227). Sum of RGB (Red+Green+Blue) = 113+128+227=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #7180E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7180E3 is #8E7F1C. Grayscale: #868686. Windows color (decimal): -9338653 or 14909553. OLE color: 14909553.

HSL color Cylindrical-coordinate representation of color #7180E3: hue angle of 232.11º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7180E3 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB113128227-
CMYK0.500.4400.11
HSL232.11º67.06%66.67%-
HSV(B)232.11º50.22%89.02%-
XYZ28.3924.575.9-
YUV134.8180.03112.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.15%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 227 (89.06% from 255) = 48.50%
R=24.15%
G=27.35%
B=48.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1131282270.500.4400.11232.1167.0666.67
Hex7180E3322C0Be84343
Octal1612003436254013350103103
Binary11100011000000011100011110010101100010111110100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7180E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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