#5483EA

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

Shades of Cornflower Blue #5483EA

Tints of Cornflower Blue #5483EA

Color information

#5483EA (or 0x5483EA) is unknown color: approx Cornflower Blue. HEX triplet: 54, 83 and EA. RGB value is (84,131,234). Sum of RGB (Red+Green+Blue) = 84+131+234=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #5483EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5483EA is #AB7C15. Grayscale: #808080. Windows color (decimal): -11238422 or 15369044. OLE color: 15369044.

HSL color Cylindrical-coordinate representation of color #5483EA: hue angle of 221.2º 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 #5483EA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84131234-
CMYK0.640.4400.08
HSL221.2º78.12%62.35%-
HSV(B)221.2º64.1%91.76%-
XYZ26.6224.0681.08-
YUV128.69187.4396.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.71%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 234 (91.80% from 255) = 52.12%
R=18.71%
G=29.18%
B=52.12%

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
Decimal841312340.640.4400.08221.278.1262.35
Hex5483EA402C08dd4e3e
Octal1242033521005401033511676
Binary10101001000001111101010100000010110001000110111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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