#54A2FF

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

Shades of Cornflower Blue #54A2FF

Tints of Cornflower Blue #54A2FF

Color information

#54A2FF (or 0x54A2FF) is unknown color: approx Cornflower Blue. HEX triplet: 54, A2 and FF. RGB value is (84,162,255). Sum of RGB (Red+Green+Blue) = 84+162+255=501 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.77% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #54A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A2FF is #AB5D00. Grayscale: #949494. Windows color (decimal): -11230465 or 16753236. OLE color: 16753236.

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

Color convert

RGB84162255-
CMYK0.670.3600
HSL212.63º100%66.47%-
HSV(B)212.63º67.06%100%-
XYZ34.6334.9599.53-
YUV149.28187.6681.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.77%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 255 (100% from 255) = 50.90%
R=16.77%
G=32.34%
B=50.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841622550.670.3600212.6310066.47
Hex54A2FF432400d56442
Octal1242423771034400325144102
Binary101010010100010111111111000011100100001101010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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