#548EFF

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

Shades of Cornflower Blue #548EFF

Tints of Cornflower Blue #548EFF

Color information

#548EFF (or 0x548EFF) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8E and FF. RGB value is (84,142,255). Sum of RGB (Red+Green+Blue) = 84+142+255=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #548EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EFF is #AB7100. Grayscale: #898989. Windows color (decimal): -11235585 or 16748116. OLE color: 16748116.

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

Color convert

RGB84142255-
CMYK0.670.4400
HSL219.65º100%66.47%-
HSV(B)219.65º67.06%100%-
XYZ31.3828.4598.45-
YUV137.54194.2889.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.46%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 255 (100% from 255) = 53.01%
R=17.46%
G=29.52%
B=53.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841422550.670.4400219.6510066.47
Hex548EFF432C00dc6442
Octal1242163771035400334144102
Binary101010010001110111111111000011101100001101110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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