#54A0FF

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

Shades of Cornflower Blue #54A0FF

Tints of Cornflower Blue #54A0FF

Color information

#54A0FF (or 0x54A0FF) is unknown color: approx Cornflower Blue. HEX triplet: 54, A0 and FF. RGB value is (84,160,255). Sum of RGB (Red+Green+Blue) = 84+160+255=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #54A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A0FF is #AB5F00. Grayscale: #939393. Windows color (decimal): -11230977 or 16752724. OLE color: 16752724.

HSL color Cylindrical-coordinate representation of color #54A0FF: hue angle of 213.33º 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 #54A0FF is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84160255-
CMYK0.670.3700
HSL213.33º100%66.47%-
HSV(B)213.33º67.06%100%-
XYZ34.2834.2599.41-
YUV148.11188.3282.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.83%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 255 (100% from 255) = 51.10%
R=16.83%
G=32.06%
B=51.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841602550.670.3700213.3310066.47
Hex54A0FF432500d56442
Octal1242403771034500325144102
Binary101010010100000111111111000011100101001101010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A0FF; }

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

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

<style>
 a { background-color: #54A0FF; }

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

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

<style>
 span { border-color: #54A0FF; }

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

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