#548CDC

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

Shades of Cornflower Blue #548CDC

Tints of Cornflower Blue #548CDC

Color information

#548CDC (or 0x548CDC) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8C and DC. RGB value is (84,140,220). Sum of RGB (Red+Green+Blue) = 84+140+220=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #548CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CDC is #AB7323. Grayscale: #848484. Windows color (decimal): -11236132 or 14453844. OLE color: 14453844.

HSL color Cylindrical-coordinate representation of color #548CDC: hue angle of 215.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548CDC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84140220-
CMYK0.620.3600.14
HSL215.29º66.02%59.61%-
HSV(B)215.29º61.82%86.27%-
XYZ25.9525.8171.32-
YUV132.38177.4593.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.92%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 220 (86.33% from 255) = 49.55%
R=18.92%
G=31.53%
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.14
SystemRedGreenBlueCMYKHSL
Decimal841402200.620.3600.14215.2966.0259.61
Hex548CDC3E240Ed7423c
Octal124214334764401632710274
Binary1010100100011001101110011111010010001110110101111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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