#548CE1

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

Shades of Cornflower Blue #548CE1

Tints of Cornflower Blue #548CE1

Color information

#548CE1 (or 0x548CE1) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8C and E1. RGB value is (84,140,225). Sum of RGB (Red+Green+Blue) = 84+140+225=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #548CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CE1 is #AB731E. Grayscale: #848484. Windows color (decimal): -11236127 or 14781524. OLE color: 14781524.

HSL color Cylindrical-coordinate representation of color #548CE1: hue angle of 216.17º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #548CE1 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84140225-
CMYK0.630.3800.12
HSL216.17º70.15%60.59%-
HSV(B)216.17º62.67%88.24%-
XYZ26.6226.0874.86-
YUV132.95179.9593.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.71%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 225 (88.28% from 255) = 50.11%
R=18.71%
G=31.18%
B=50.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841402250.630.3800.12216.1770.1560.59
Hex548CE13F260Cd8463d
Octal124214341774601433010675
Binary1010100100011001110000111111110011001100110110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548CE1; }

 p { color: rgb(84,140,225); }

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

<style>
 a { background-color: #548CE1; }

 a { background-color: rgb(84,140,225); }

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

<style>
 span { border-color: #548CE1; }

 span { border-color: rgb(84,140,225); }

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