#54A4FF

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

Shades of Cornflower Blue #54A4FF

Tints of Cornflower Blue #54A4FF

Color information

#54A4FF (or 0x54A4FF) is unknown color: approx Cornflower Blue. HEX triplet: 54, A4 and FF. RGB value is (84,164,255). Sum of RGB (Red+Green+Blue) = 84+164+255=503 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.70% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #54A4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A4FF is #AB5B00. Grayscale: #969696. Windows color (decimal): -11229953 or 16753748. OLE color: 16753748.

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

Color convert

RGB84164255-
CMYK0.670.3600
HSL211.93º100%66.47%-
HSV(B)211.93º67.06%100%-
XYZ34.9835.6699.65-
YUV150.4518780.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.70%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 255 (100% from 255) = 50.70%
R=16.70%
G=32.60%
B=50.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841642550.670.3600211.9310066.47
Hex54A4FF432400d46442
Octal1242443771034400324144102
Binary101010010100100111111111000011100100001101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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