#548ADD

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

Shades of Cornflower Blue #548ADD

Tints of Cornflower Blue #548ADD

Color information

#548ADD (or 0x548ADD) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8A and DD. RGB value is (84,138,221). Sum of RGB (Red+Green+Blue) = 84+138+221=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #548ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ADD is #AB7522. Grayscale: #828282. Windows color (decimal): -11236643 or 14518868. OLE color: 14518868.

HSL color Cylindrical-coordinate representation of color #548ADD: hue angle of 216.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548ADD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84138221-
CMYK0.620.3800.13
HSL216.35º66.83%59.8%-
HSV(B)216.35º61.99%86.67%-
XYZ25.825.2871.93-
YUV131.32178.6194.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=18.96%
G=31.15%
B=49.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841382210.620.3800.13216.3566.8359.8
Hex548ADD3E260Dd8433c
Octal124212335764601533010374
Binary1010100100010101101110111111010011001101110110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,138,221); }

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

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

 a { background-color: rgb(84,138,221); }

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

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

 span { border-color: rgb(84,138,221); }

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