#7182EB

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

Shades of Cornflower Blue #7182EB

Tints of Cornflower Blue #7182EB

Color information

#7182EB (or 0x7182EB) is unknown color: approx Cornflower Blue. HEX triplet: 71, 82 and EB. RGB value is (113,130,235). Sum of RGB (Red+Green+Blue) = 113+130+235=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #7182EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7182EB is #8E7D14. Grayscale: #888888. Windows color (decimal): -9338133 or 15434353. OLE color: 15434353.

HSL color Cylindrical-coordinate representation of color #7182EB: hue angle of 231.64º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7182EB is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113130235-
CMYK0.520.4500.08
HSL231.64º75.31%68.24%-
HSV(B)231.64º51.91%92.16%-
XYZ29.7925.4781.94-
YUV136.89183.37110.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.64%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=23.64%
G=27.20%
B=49.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131302350.520.4500.08231.6475.3168.24
Hex7182EB342D08e84b44
Octal1612023536455010350113104
Binary11100011000001011101011110100101101010001110100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7182EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7182EB; }

 p { color: rgb(113,130,235); }

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

<style>
 a { background-color: #7182EB; }

 a { background-color: rgb(113,130,235); }

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

<style>
 span { border-color: #7182EB; }

 span { border-color: rgb(113,130,235); }

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