#54a0f2

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

Shades of Cornflower Blue #54A0F2

Tints of Cornflower Blue #54A0F2

Color information

#54A0F2 (or 0x54A0F2) is unknown color: approx Cornflower Blue. HEX triplet: 54, A0 and F2. RGB value is (84,160,242). Sum of RGB (Red+Green+Blue) = 84+160+242=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #54A0F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A0F2 is #AB5F0D. Grayscale: #929292. Windows color (decimal): -11230990 or 15900756. OLE color: 15900756.

HSL color Cylindrical-coordinate representation of color #54A0F2: hue angle of 211.14º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54A0F2 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84160242-
CMYK0.650.3400.05
HSL211.14º85.87%63.92%-
HSV(B)211.14º65.29%94.9%-
XYZ32.2533.4488.76-
YUV146.62181.8283.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.28%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=17.28%
G=32.92%
B=49.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841602420.650.3400.05211.1485.8763.92
Hex54A0F2412205d35640
Octal1242403621014205323126100
Binary10101001010000011110010100000110001001011101001110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54a0f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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