#5480FF

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

Shades of Cornflower Blue #5480FF

Tints of Cornflower Blue #5480FF

Color information

#5480FF (or 0x5480FF) is unknown color: approx Cornflower Blue. HEX triplet: 54, 80 and FF. RGB value is (84,128,255). Sum of RGB (Red+Green+Blue) = 84+128+255=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #5480FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5480FF is #AB7F00. Grayscale: #808080. Windows color (decimal): -11239169 or 16744532. OLE color: 16744532.

HSL color Cylindrical-coordinate representation of color #5480FF: hue angle of 224.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5480FF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84128255-
CMYK0.670.5000
HSL224.56º100%66.47%-
HSV(B)224.56º67.06%100%-
XYZ29.4324.5497.79-
YUV129.32198.9295.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.99%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 255 (100% from 255) = 54.60%
R=17.99%
G=27.41%
B=54.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841282550.670.5000224.5610066.47
Hex5480FF433200e16442
Octal1242003771036200341144102
Binary101010010000000111111111000011110010001110000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5480FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5480FF; }

 p { color: rgb(84,128,255); }

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

<style>
 a { background-color: #5480FF; }

 a { background-color: rgb(84,128,255); }

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

<style>
 span { border-color: #5480FF; }

 span { border-color: rgb(84,128,255); }

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