Html Css Color HEX #548CDC Cornflower Blue

📋 copy color: '#548CDC'

red 84 ◦ green 140 ◦ blue 220

#548CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #548CDC

Tints of Cornflower Blue #548CDC

RGB

 RED value IS 84 (33.2% 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 value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#548CDC (or 0x548CDC) is known color: 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

RGB 84 140 220 -
CMYK 0.62 0.36 0 0.14
HSL 215.29º 0.66% 0.6% -
HSV(B) 215.29º 0.62% 0.86% -
XYZ 25.95 25.81 71.32 -
YUV 132.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 84 140 220 0.62 0.36 0 0.14 215.29 0.66 0.6
Hex 54 8C DC 3E 24 0 E D7 42 3C
Octal 124 214 334 76 44 0 16 327 102 74
Binary 1010100 10001100 11011100 111110 100100 0 1110 11010111 1000010 111100

Color Harmonies of #548CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548CDC

Black with #548CDC

Text Example


Text Example

White with #548CDC

Text Example


Text Example

HTML Codes & Css Web 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>