#5484EA

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

Shades of Cornflower Blue #5484EA

Tints of Cornflower Blue #5484EA

Color information

#5484EA (or 0x5484EA) is unknown color: approx Cornflower Blue. HEX triplet: 54, 84 and EA. RGB value is (84,132,234). Sum of RGB (Red+Green+Blue) = 84+132+234=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #5484EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5484EA is #AB7B15. Grayscale: #808080. Windows color (decimal): -11238166 or 15369300. OLE color: 15369300.

HSL color Cylindrical-coordinate representation of color #5484EA: hue angle of 220.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5484EA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84132234-
CMYK0.640.4400.08
HSL220.8º78.12%62.35%-
HSV(B)220.8º64.1%91.76%-
XYZ26.7624.3381.13-
YUV129.28187.195.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.67%
GREEN value IS 132 (51.95% from 255) = 29.33%
BLUE value IS 234 (91.80% from 255) = 52%
R=18.67%
G=29.33%
B=52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841322340.640.4400.08220.878.1262.35
Hex5484EA402C08dd4e3e
Octal1242043521005401033511676
Binary10101001000010011101010100000010110001000110111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5484EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5484EA; }

 p { color: rgb(84,132,234); }

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

<style>
 a { background-color: #5484EA; }

 a { background-color: rgb(84,132,234); }

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

<style>
 span { border-color: #5484EA; }

 span { border-color: rgb(84,132,234); }

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