#5482E9

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

Shades of Cornflower Blue #5482E9

Tints of Cornflower Blue #5482E9

Color information

#5482E9 (or 0x5482E9) is unknown color: approx Cornflower Blue. HEX triplet: 54, 82 and E9. RGB value is (84,130,233). Sum of RGB (Red+Green+Blue) = 84+130+233=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #5482E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5482E9 is #AB7D16. Grayscale: #7F7F7F. Windows color (decimal): -11238679 or 15303252. OLE color: 15303252.

HSL color Cylindrical-coordinate representation of color #5482E9: hue angle of 221.48º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5482E9 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB84130233-
CMYK0.640.4400.09
HSL221.48º77.2%62.16%-
HSV(B)221.48º63.95%91.37%-
XYZ26.3523.7380.28-
YUV127.99187.2696.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.79%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 233 (91.41% from 255) = 52.13%
R=18.79%
G=29.08%
B=52.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal841302330.640.4400.09221.4877.262.16
Hex5482E9402C09dd4d3e
Octal1242023511005401133511576
Binary10101001000001011101001100000010110001001110111011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5482E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5482E9; }

 p { color: rgb(84,130,233); }

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

<style>
 a { background-color: #5482E9; }

 a { background-color: rgb(84,130,233); }

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

<style>
 span { border-color: #5482E9; }

 span { border-color: rgb(84,130,233); }

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