#548CDD

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

Shades of Cornflower Blue #548CDD

Tints of Cornflower Blue #548CDD

Color information

#548CDD (or 0x548CDD) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8C and DD. RGB value is (84,140,221). Sum of RGB (Red+Green+Blue) = 84+140+221=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #548CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CDD is #AB7322. Grayscale: #848484. Windows color (decimal): -11236131 or 14519380. OLE color: 14519380.

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

Color convert

RGB84140221-
CMYK0.620.3700.13
HSL215.47º66.83%59.8%-
HSV(B)215.47º61.99%86.67%-
XYZ26.0925.8672.02-
YUV132.49177.9593.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.88%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=18.88%
G=31.46%
B=49.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841402210.620.3700.13215.4766.8359.8
Hex548CDD3E250Dd7433c
Octal124214335764501532710374
Binary1010100100011001101110111111010010101101110101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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