#548DDD

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

Shades of Cornflower Blue #548DDD

Tints of Cornflower Blue #548DDD

Color information

#548DDD (or 0x548DDD) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8D and DD. RGB value is (84,141,221). Sum of RGB (Red+Green+Blue) = 84+141+221=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #548DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DDD is #AB7222. Grayscale: #848484. Windows color (decimal): -11235875 or 14519636. OLE color: 14519636.

HSL color Cylindrical-coordinate representation of color #548DDD: hue angle of 215.04º 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 #548DDD is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84141221-
CMYK0.620.3600.13
HSL215.04º66.83%59.8%-
HSV(B)215.04º61.99%86.67%-
XYZ26.2326.1672.07-
YUV133.08177.6293-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.83%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=18.83%
G=31.61%
B=49.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841412210.620.3600.13215.0466.8359.8
Hex548DDD3E240Dd7433c
Octal124215335764401532710374
Binary1010100100011011101110111111010010001101110101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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